Skip to content

Commit 7502ba1

Browse files
committed
Updated version and assets for release v0.26.2
1 parent 33a0469 commit 7502ba1

File tree

4 files changed

+167
-75
lines changed

4 files changed

+167
-75
lines changed

public/dist/app.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/dist/export-styles.css

Lines changed: 80 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,54 @@ li.checkbox-item, li.task-list-item {
628628
.text-right {
629629
text-align: right; }
630630

631+
@media screen and (min-width: 360px) {
632+
.text-xxs-center {
633+
text-align: center; }
634+
.text-xxs-left {
635+
text-align: left; }
636+
.text-xxs-right {
637+
text-align: right; } }
638+
639+
@media screen and (min-width: 400px) {
640+
.text-xs-center {
641+
text-align: center; }
642+
.text-xs-left {
643+
text-align: left; }
644+
.text-xs-right {
645+
text-align: right; } }
646+
647+
@media screen and (min-width: 600px) {
648+
.text-s-center {
649+
text-align: center; }
650+
.text-s-left {
651+
text-align: left; }
652+
.text-s-right {
653+
text-align: right; } }
654+
655+
@media screen and (min-width: 880px) {
656+
.text-m-center {
657+
text-align: center; }
658+
.text-m-left {
659+
text-align: left; }
660+
.text-m-right {
661+
text-align: right; } }
662+
663+
@media screen and (min-width: 1000px) {
664+
.text-l-center {
665+
text-align: center; }
666+
.text-l-left {
667+
text-align: left; }
668+
.text-l-right {
669+
text-align: right; } }
670+
671+
@media screen and (min-width: 1100px) {
672+
.text-xl-center {
673+
text-align: center; }
674+
.text-xl-left {
675+
text-align: left; }
676+
.text-xl-right {
677+
text-align: right; } }
678+
631679
.text-bigger {
632680
font-size: 1.1em; }
633681

@@ -714,7 +762,7 @@ span.sep {
714762
grid-row-gap: 0; }
715763

716764
@media screen and (max-width: 880px) {
717-
.grid.third {
765+
.grid.third:not(.no-break) {
718766
grid-template-columns: 1fr 1fr; }
719767
.grid.half:not(.no-break), .grid.left-focus:not(.no-break), .grid.right-focus:not(.no-break) {
720768
grid-template-columns: 1fr; }
@@ -729,7 +777,7 @@ span.sep {
729777
order: 1; } }
730778

731779
@media screen and (max-width: 600px) {
732-
.grid.third {
780+
.grid.third:not(.no-break) {
733781
grid-template-columns: 1fr; } }
734782

735783
@media screen and (max-width: 400px) {
@@ -914,9 +962,6 @@ body.flexbox {
914962
.tri-layout-container .tri-layout-left-contents, .tri-layout-container .tri-layout-right-contents {
915963
padding-left: 16px;
916964
padding-right: 16px; }
917-
.tri-layout-container .tri-layout-right-contents > div, .tri-layout-container .tri-layout-left-contents > div {
918-
opacity: 0.6;
919-
z-index: 0; }
920965
.tri-layout-container .tri-layout-left > *, .tri-layout-container .tri-layout-right > * {
921966
display: none;
922967
pointer-events: none; }
@@ -946,19 +991,18 @@ body.flexbox {
946991

947992
@media screen and (min-width: 1000px) {
948993
.tri-layout-mobile-tabs {
949-
display: none; } }
994+
display: none; }
995+
.tri-layout-left-contents > div, .tri-layout-right-contents > div {
996+
opacity: 0.6;
997+
transition: opacity ease-in-out 120ms; }
998+
.tri-layout-left-contents > div:hover, .tri-layout-right-contents > div:hover {
999+
opacity: 1; } }
9501000

9511001
@media screen and (max-width: 880px) {
9521002
.tri-layout-container {
9531003
margin-left: 0;
9541004
margin-right: 0; } }
9551005

956-
.tri-layout-left-contents > div, .tri-layout-right-contents > div {
957-
opacity: 0.6;
958-
transition: opacity ease-in-out 120ms; }
959-
.tri-layout-left-contents > div:hover, .tri-layout-right-contents > div:hover {
960-
opacity: 1; }
961-
9621006
/**
9631007
* Callouts
9641008
*/
@@ -1108,7 +1152,7 @@ body.flexbox {
11081152
margin-left: auto;
11091153
margin-right: auto;
11101154
margin-bottom: 32px;
1111-
overflow: auto;
1155+
overflow: initial;
11121156
min-height: 60vh; }
11131157
.content-wrap.card.auto-height {
11141158
min-height: 0; }
@@ -1125,7 +1169,7 @@ body.flexbox {
11251169

11261170
@media screen and (max-width: 600px) {
11271171
.content-wrap.card {
1128-
padding: 16px 12px; } }
1172+
padding: 16px 16px; } }
11291173

11301174
/**
11311175
* Tags
@@ -1961,11 +2005,15 @@ header .search-box {
19612005
padding-right: 0; }
19622006
.book-tree .sidebar-page-list .entity-list-item {
19632007
padding-top: 3px;
1964-
padding-bottom: 3px; }
2008+
padding-bottom: 3px;
2009+
background-clip: content-box;
2010+
border-radius: 0 3px 3px 0; }
19652011
.book-tree .sidebar-page-list .entity-list-item .content {
19662012
padding-top: 6px;
19672013
padding-bottom: 6px;
19682014
max-width: calc(100% - 20px); }
2015+
.book-tree .sidebar-page-list .entity-list-item.selected {
2016+
background-color: rgba(0, 0, 0, 0.08); }
19692017
.book-tree .sidebar-page-list .entity-list-item.no-hover {
19702018
margin-top: -6px;
19712019
padding-right: 0; }
@@ -2342,33 +2390,31 @@ ul.pagination {
23422390
.page-editor .mce-top-part::before {
23432391
box-shadow: none; }
23442392

2345-
@media screen and (max-width: 880px) {
2393+
@media screen and (max-width: 600px) {
23462394
.page-edit-toolbar {
23472395
overflow-x: scroll;
2348-
overflow-y: visible;
2349-
z-index: 12; }
2396+
overflow-y: visible; }
23502397
.page-edit-toolbar .grid.third {
23512398
display: block;
23522399
white-space: nowrap; }
23532400
.page-edit-toolbar .grid.third > div {
23542401
display: inline-block; } }
23552402

2356-
@media screen and (max-width: 880px) {
2357-
.page-edit-toolbar #save-button {
2358-
position: fixed;
2359-
z-index: 30;
2360-
border-radius: 50%;
2361-
width: 56px;
2362-
height: 56px;
2363-
font-size: 24px;
2364-
right: 16px;
2365-
bottom: 12px;
2366-
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.13);
2367-
background-color: currentColor; }
2368-
.page-edit-toolbar #save-button svg {
2369-
fill: #FFF; }
2370-
.page-edit-toolbar #save-button span {
2371-
display: none; } }
2403+
.page-save-mobile-button {
2404+
position: fixed;
2405+
z-index: 30;
2406+
border-radius: 50%;
2407+
width: 56px;
2408+
height: 56px;
2409+
font-size: 24px;
2410+
right: 16px;
2411+
bottom: 12px;
2412+
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.13);
2413+
background-color: currentColor;
2414+
text-align: center; }
2415+
.page-save-mobile-button svg {
2416+
fill: #FFF;
2417+
margin-right: 0; }
23722418

23732419
.draft-notification {
23742420
pointer-events: none;

public/dist/styles.css

Lines changed: 80 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,54 @@ li.checkbox-item, li.task-list-item {
665665
.text-right {
666666
text-align: right; }
667667

668+
@media screen and (min-width: 360px) {
669+
.text-xxs-center {
670+
text-align: center; }
671+
.text-xxs-left {
672+
text-align: left; }
673+
.text-xxs-right {
674+
text-align: right; } }
675+
676+
@media screen and (min-width: 400px) {
677+
.text-xs-center {
678+
text-align: center; }
679+
.text-xs-left {
680+
text-align: left; }
681+
.text-xs-right {
682+
text-align: right; } }
683+
684+
@media screen and (min-width: 600px) {
685+
.text-s-center {
686+
text-align: center; }
687+
.text-s-left {
688+
text-align: left; }
689+
.text-s-right {
690+
text-align: right; } }
691+
692+
@media screen and (min-width: 880px) {
693+
.text-m-center {
694+
text-align: center; }
695+
.text-m-left {
696+
text-align: left; }
697+
.text-m-right {
698+
text-align: right; } }
699+
700+
@media screen and (min-width: 1000px) {
701+
.text-l-center {
702+
text-align: center; }
703+
.text-l-left {
704+
text-align: left; }
705+
.text-l-right {
706+
text-align: right; } }
707+
708+
@media screen and (min-width: 1100px) {
709+
.text-xl-center {
710+
text-align: center; }
711+
.text-xl-left {
712+
text-align: left; }
713+
.text-xl-right {
714+
text-align: right; } }
715+
668716
.text-bigger {
669717
font-size: 1.1em; }
670718

@@ -815,7 +863,7 @@ span.sep {
815863
grid-row-gap: 0; }
816864

817865
@media screen and (max-width: 880px) {
818-
.grid.third {
866+
.grid.third:not(.no-break) {
819867
grid-template-columns: 1fr 1fr; }
820868
.grid.half:not(.no-break), .grid.left-focus:not(.no-break), .grid.right-focus:not(.no-break) {
821869
grid-template-columns: 1fr; }
@@ -830,7 +878,7 @@ span.sep {
830878
order: 1; } }
831879

832880
@media screen and (max-width: 600px) {
833-
.grid.third {
881+
.grid.third:not(.no-break) {
834882
grid-template-columns: 1fr; } }
835883

836884
@media screen and (max-width: 400px) {
@@ -1015,9 +1063,6 @@ body.flexbox {
10151063
.tri-layout-container .tri-layout-left-contents, .tri-layout-container .tri-layout-right-contents {
10161064
padding-left: 16px;
10171065
padding-right: 16px; }
1018-
.tri-layout-container .tri-layout-right-contents > div, .tri-layout-container .tri-layout-left-contents > div {
1019-
opacity: 0.6;
1020-
z-index: 0; }
10211066
.tri-layout-container .tri-layout-left > *, .tri-layout-container .tri-layout-right > * {
10221067
display: none;
10231068
pointer-events: none; }
@@ -1047,19 +1092,18 @@ body.flexbox {
10471092

10481093
@media screen and (min-width: 1000px) {
10491094
.tri-layout-mobile-tabs {
1050-
display: none; } }
1095+
display: none; }
1096+
.tri-layout-left-contents > div, .tri-layout-right-contents > div {
1097+
opacity: 0.6;
1098+
transition: opacity ease-in-out 120ms; }
1099+
.tri-layout-left-contents > div:hover, .tri-layout-right-contents > div:hover {
1100+
opacity: 1; } }
10511101

10521102
@media screen and (max-width: 880px) {
10531103
.tri-layout-container {
10541104
margin-left: 0;
10551105
margin-right: 0; } }
10561106

1057-
.tri-layout-left-contents > div, .tri-layout-right-contents > div {
1058-
opacity: 0.6;
1059-
transition: opacity ease-in-out 120ms; }
1060-
.tri-layout-left-contents > div:hover, .tri-layout-right-contents > div:hover {
1061-
opacity: 1; }
1062-
10631107
/**
10641108
* Callouts
10651109
*/
@@ -1209,7 +1253,7 @@ body.flexbox {
12091253
margin-left: auto;
12101254
margin-right: auto;
12111255
margin-bottom: 32px;
1212-
overflow: auto;
1256+
overflow: initial;
12131257
min-height: 60vh; }
12141258
.content-wrap.card.auto-height {
12151259
min-height: 0; }
@@ -1226,7 +1270,7 @@ body.flexbox {
12261270

12271271
@media screen and (max-width: 600px) {
12281272
.content-wrap.card {
1229-
padding: 16px 12px; } }
1273+
padding: 16px 16px; } }
12301274

12311275
/**
12321276
* Tags
@@ -3492,11 +3536,15 @@ header .search-box {
34923536
padding-right: 0; }
34933537
.book-tree .sidebar-page-list .entity-list-item {
34943538
padding-top: 3px;
3495-
padding-bottom: 3px; }
3539+
padding-bottom: 3px;
3540+
background-clip: content-box;
3541+
border-radius: 0 3px 3px 0; }
34963542
.book-tree .sidebar-page-list .entity-list-item .content {
34973543
padding-top: 6px;
34983544
padding-bottom: 6px;
34993545
max-width: calc(100% - 20px); }
3546+
.book-tree .sidebar-page-list .entity-list-item.selected {
3547+
background-color: rgba(0, 0, 0, 0.08); }
35003548
.book-tree .sidebar-page-list .entity-list-item.no-hover {
35013549
margin-top: -6px;
35023550
padding-right: 0; }
@@ -3873,33 +3921,31 @@ ul.pagination {
38733921
.page-editor .mce-top-part::before {
38743922
box-shadow: none; }
38753923

3876-
@media screen and (max-width: 880px) {
3924+
@media screen and (max-width: 600px) {
38773925
.page-edit-toolbar {
38783926
overflow-x: scroll;
3879-
overflow-y: visible;
3880-
z-index: 12; }
3927+
overflow-y: visible; }
38813928
.page-edit-toolbar .grid.third {
38823929
display: block;
38833930
white-space: nowrap; }
38843931
.page-edit-toolbar .grid.third > div {
38853932
display: inline-block; } }
38863933

3887-
@media screen and (max-width: 880px) {
3888-
.page-edit-toolbar #save-button {
3889-
position: fixed;
3890-
z-index: 30;
3891-
border-radius: 50%;
3892-
width: 56px;
3893-
height: 56px;
3894-
font-size: 24px;
3895-
right: 16px;
3896-
bottom: 12px;
3897-
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.13);
3898-
background-color: currentColor; }
3899-
.page-edit-toolbar #save-button svg {
3900-
fill: #FFF; }
3901-
.page-edit-toolbar #save-button span {
3902-
display: none; } }
3934+
.page-save-mobile-button {
3935+
position: fixed;
3936+
z-index: 30;
3937+
border-radius: 50%;
3938+
width: 56px;
3939+
height: 56px;
3940+
font-size: 24px;
3941+
right: 16px;
3942+
bottom: 12px;
3943+
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.13);
3944+
background-color: currentColor;
3945+
text-align: center; }
3946+
.page-save-mobile-button svg {
3947+
fill: #FFF;
3948+
margin-right: 0; }
39033949

39043950
.draft-notification {
39053951
pointer-events: none;

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.26.1
1+
v0.26.2

0 commit comments

Comments
 (0)