Updated version and assets for release v0.26.2

This commit is contained in:
Dan Brown 2019-05-27 13:48:20 +01:00
parent 33a04697ef
commit 7502ba1bc8
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9
4 changed files with 167 additions and 75 deletions

12
public/dist/app.js vendored

File diff suppressed because one or more lines are too long

View File

@ -628,6 +628,54 @@ li.checkbox-item, li.task-list-item {
.text-right { .text-right {
text-align: right; } text-align: right; }
@media screen and (min-width: 360px) {
.text-xxs-center {
text-align: center; }
.text-xxs-left {
text-align: left; }
.text-xxs-right {
text-align: right; } }
@media screen and (min-width: 400px) {
.text-xs-center {
text-align: center; }
.text-xs-left {
text-align: left; }
.text-xs-right {
text-align: right; } }
@media screen and (min-width: 600px) {
.text-s-center {
text-align: center; }
.text-s-left {
text-align: left; }
.text-s-right {
text-align: right; } }
@media screen and (min-width: 880px) {
.text-m-center {
text-align: center; }
.text-m-left {
text-align: left; }
.text-m-right {
text-align: right; } }
@media screen and (min-width: 1000px) {
.text-l-center {
text-align: center; }
.text-l-left {
text-align: left; }
.text-l-right {
text-align: right; } }
@media screen and (min-width: 1100px) {
.text-xl-center {
text-align: center; }
.text-xl-left {
text-align: left; }
.text-xl-right {
text-align: right; } }
.text-bigger { .text-bigger {
font-size: 1.1em; } font-size: 1.1em; }
@ -714,7 +762,7 @@ span.sep {
grid-row-gap: 0; } grid-row-gap: 0; }
@media screen and (max-width: 880px) { @media screen and (max-width: 880px) {
.grid.third { .grid.third:not(.no-break) {
grid-template-columns: 1fr 1fr; } grid-template-columns: 1fr 1fr; }
.grid.half:not(.no-break), .grid.left-focus:not(.no-break), .grid.right-focus:not(.no-break) { .grid.half:not(.no-break), .grid.left-focus:not(.no-break), .grid.right-focus:not(.no-break) {
grid-template-columns: 1fr; } grid-template-columns: 1fr; }
@ -729,7 +777,7 @@ span.sep {
order: 1; } } order: 1; } }
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {
.grid.third { .grid.third:not(.no-break) {
grid-template-columns: 1fr; } } grid-template-columns: 1fr; } }
@media screen and (max-width: 400px) { @media screen and (max-width: 400px) {
@ -914,9 +962,6 @@ body.flexbox {
.tri-layout-container .tri-layout-left-contents, .tri-layout-container .tri-layout-right-contents { .tri-layout-container .tri-layout-left-contents, .tri-layout-container .tri-layout-right-contents {
padding-left: 16px; padding-left: 16px;
padding-right: 16px; } padding-right: 16px; }
.tri-layout-container .tri-layout-right-contents > div, .tri-layout-container .tri-layout-left-contents > div {
opacity: 0.6;
z-index: 0; }
.tri-layout-container .tri-layout-left > *, .tri-layout-container .tri-layout-right > * { .tri-layout-container .tri-layout-left > *, .tri-layout-container .tri-layout-right > * {
display: none; display: none;
pointer-events: none; } pointer-events: none; }
@ -946,19 +991,18 @@ body.flexbox {
@media screen and (min-width: 1000px) { @media screen and (min-width: 1000px) {
.tri-layout-mobile-tabs { .tri-layout-mobile-tabs {
display: none; } } display: none; }
.tri-layout-left-contents > div, .tri-layout-right-contents > div {
opacity: 0.6;
transition: opacity ease-in-out 120ms; }
.tri-layout-left-contents > div:hover, .tri-layout-right-contents > div:hover {
opacity: 1; } }
@media screen and (max-width: 880px) { @media screen and (max-width: 880px) {
.tri-layout-container { .tri-layout-container {
margin-left: 0; margin-left: 0;
margin-right: 0; } } margin-right: 0; } }
.tri-layout-left-contents > div, .tri-layout-right-contents > div {
opacity: 0.6;
transition: opacity ease-in-out 120ms; }
.tri-layout-left-contents > div:hover, .tri-layout-right-contents > div:hover {
opacity: 1; }
/** /**
* Callouts * Callouts
*/ */
@ -1108,7 +1152,7 @@ body.flexbox {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
margin-bottom: 32px; margin-bottom: 32px;
overflow: auto; overflow: initial;
min-height: 60vh; } min-height: 60vh; }
.content-wrap.card.auto-height { .content-wrap.card.auto-height {
min-height: 0; } min-height: 0; }
@ -1125,7 +1169,7 @@ body.flexbox {
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {
.content-wrap.card { .content-wrap.card {
padding: 16px 12px; } } padding: 16px 16px; } }
/** /**
* Tags * Tags
@ -1961,11 +2005,15 @@ header .search-box {
padding-right: 0; } padding-right: 0; }
.book-tree .sidebar-page-list .entity-list-item { .book-tree .sidebar-page-list .entity-list-item {
padding-top: 3px; padding-top: 3px;
padding-bottom: 3px; } padding-bottom: 3px;
background-clip: content-box;
border-radius: 0 3px 3px 0; }
.book-tree .sidebar-page-list .entity-list-item .content { .book-tree .sidebar-page-list .entity-list-item .content {
padding-top: 6px; padding-top: 6px;
padding-bottom: 6px; padding-bottom: 6px;
max-width: calc(100% - 20px); } max-width: calc(100% - 20px); }
.book-tree .sidebar-page-list .entity-list-item.selected {
background-color: rgba(0, 0, 0, 0.08); }
.book-tree .sidebar-page-list .entity-list-item.no-hover { .book-tree .sidebar-page-list .entity-list-item.no-hover {
margin-top: -6px; margin-top: -6px;
padding-right: 0; } padding-right: 0; }
@ -2342,33 +2390,31 @@ ul.pagination {
.page-editor .mce-top-part::before { .page-editor .mce-top-part::before {
box-shadow: none; } box-shadow: none; }
@media screen and (max-width: 880px) { @media screen and (max-width: 600px) {
.page-edit-toolbar { .page-edit-toolbar {
overflow-x: scroll; overflow-x: scroll;
overflow-y: visible; overflow-y: visible; }
z-index: 12; }
.page-edit-toolbar .grid.third { .page-edit-toolbar .grid.third {
display: block; display: block;
white-space: nowrap; } white-space: nowrap; }
.page-edit-toolbar .grid.third > div { .page-edit-toolbar .grid.third > div {
display: inline-block; } } display: inline-block; } }
@media screen and (max-width: 880px) { .page-save-mobile-button {
.page-edit-toolbar #save-button { position: fixed;
position: fixed; z-index: 30;
z-index: 30; border-radius: 50%;
border-radius: 50%; width: 56px;
width: 56px; height: 56px;
height: 56px; font-size: 24px;
font-size: 24px; right: 16px;
right: 16px; bottom: 12px;
bottom: 12px; box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.13);
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.13); background-color: currentColor;
background-color: currentColor; } text-align: center; }
.page-edit-toolbar #save-button svg { .page-save-mobile-button svg {
fill: #FFF; } fill: #FFF;
.page-edit-toolbar #save-button span { margin-right: 0; }
display: none; } }
.draft-notification { .draft-notification {
pointer-events: none; pointer-events: none;

114
public/dist/styles.css vendored
View File

@ -665,6 +665,54 @@ li.checkbox-item, li.task-list-item {
.text-right { .text-right {
text-align: right; } text-align: right; }
@media screen and (min-width: 360px) {
.text-xxs-center {
text-align: center; }
.text-xxs-left {
text-align: left; }
.text-xxs-right {
text-align: right; } }
@media screen and (min-width: 400px) {
.text-xs-center {
text-align: center; }
.text-xs-left {
text-align: left; }
.text-xs-right {
text-align: right; } }
@media screen and (min-width: 600px) {
.text-s-center {
text-align: center; }
.text-s-left {
text-align: left; }
.text-s-right {
text-align: right; } }
@media screen and (min-width: 880px) {
.text-m-center {
text-align: center; }
.text-m-left {
text-align: left; }
.text-m-right {
text-align: right; } }
@media screen and (min-width: 1000px) {
.text-l-center {
text-align: center; }
.text-l-left {
text-align: left; }
.text-l-right {
text-align: right; } }
@media screen and (min-width: 1100px) {
.text-xl-center {
text-align: center; }
.text-xl-left {
text-align: left; }
.text-xl-right {
text-align: right; } }
.text-bigger { .text-bigger {
font-size: 1.1em; } font-size: 1.1em; }
@ -815,7 +863,7 @@ span.sep {
grid-row-gap: 0; } grid-row-gap: 0; }
@media screen and (max-width: 880px) { @media screen and (max-width: 880px) {
.grid.third { .grid.third:not(.no-break) {
grid-template-columns: 1fr 1fr; } grid-template-columns: 1fr 1fr; }
.grid.half:not(.no-break), .grid.left-focus:not(.no-break), .grid.right-focus:not(.no-break) { .grid.half:not(.no-break), .grid.left-focus:not(.no-break), .grid.right-focus:not(.no-break) {
grid-template-columns: 1fr; } grid-template-columns: 1fr; }
@ -830,7 +878,7 @@ span.sep {
order: 1; } } order: 1; } }
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {
.grid.third { .grid.third:not(.no-break) {
grid-template-columns: 1fr; } } grid-template-columns: 1fr; } }
@media screen and (max-width: 400px) { @media screen and (max-width: 400px) {
@ -1015,9 +1063,6 @@ body.flexbox {
.tri-layout-container .tri-layout-left-contents, .tri-layout-container .tri-layout-right-contents { .tri-layout-container .tri-layout-left-contents, .tri-layout-container .tri-layout-right-contents {
padding-left: 16px; padding-left: 16px;
padding-right: 16px; } padding-right: 16px; }
.tri-layout-container .tri-layout-right-contents > div, .tri-layout-container .tri-layout-left-contents > div {
opacity: 0.6;
z-index: 0; }
.tri-layout-container .tri-layout-left > *, .tri-layout-container .tri-layout-right > * { .tri-layout-container .tri-layout-left > *, .tri-layout-container .tri-layout-right > * {
display: none; display: none;
pointer-events: none; } pointer-events: none; }
@ -1047,19 +1092,18 @@ body.flexbox {
@media screen and (min-width: 1000px) { @media screen and (min-width: 1000px) {
.tri-layout-mobile-tabs { .tri-layout-mobile-tabs {
display: none; } } display: none; }
.tri-layout-left-contents > div, .tri-layout-right-contents > div {
opacity: 0.6;
transition: opacity ease-in-out 120ms; }
.tri-layout-left-contents > div:hover, .tri-layout-right-contents > div:hover {
opacity: 1; } }
@media screen and (max-width: 880px) { @media screen and (max-width: 880px) {
.tri-layout-container { .tri-layout-container {
margin-left: 0; margin-left: 0;
margin-right: 0; } } margin-right: 0; } }
.tri-layout-left-contents > div, .tri-layout-right-contents > div {
opacity: 0.6;
transition: opacity ease-in-out 120ms; }
.tri-layout-left-contents > div:hover, .tri-layout-right-contents > div:hover {
opacity: 1; }
/** /**
* Callouts * Callouts
*/ */
@ -1209,7 +1253,7 @@ body.flexbox {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
margin-bottom: 32px; margin-bottom: 32px;
overflow: auto; overflow: initial;
min-height: 60vh; } min-height: 60vh; }
.content-wrap.card.auto-height { .content-wrap.card.auto-height {
min-height: 0; } min-height: 0; }
@ -1226,7 +1270,7 @@ body.flexbox {
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {
.content-wrap.card { .content-wrap.card {
padding: 16px 12px; } } padding: 16px 16px; } }
/** /**
* Tags * Tags
@ -3492,11 +3536,15 @@ header .search-box {
padding-right: 0; } padding-right: 0; }
.book-tree .sidebar-page-list .entity-list-item { .book-tree .sidebar-page-list .entity-list-item {
padding-top: 3px; padding-top: 3px;
padding-bottom: 3px; } padding-bottom: 3px;
background-clip: content-box;
border-radius: 0 3px 3px 0; }
.book-tree .sidebar-page-list .entity-list-item .content { .book-tree .sidebar-page-list .entity-list-item .content {
padding-top: 6px; padding-top: 6px;
padding-bottom: 6px; padding-bottom: 6px;
max-width: calc(100% - 20px); } max-width: calc(100% - 20px); }
.book-tree .sidebar-page-list .entity-list-item.selected {
background-color: rgba(0, 0, 0, 0.08); }
.book-tree .sidebar-page-list .entity-list-item.no-hover { .book-tree .sidebar-page-list .entity-list-item.no-hover {
margin-top: -6px; margin-top: -6px;
padding-right: 0; } padding-right: 0; }
@ -3873,33 +3921,31 @@ ul.pagination {
.page-editor .mce-top-part::before { .page-editor .mce-top-part::before {
box-shadow: none; } box-shadow: none; }
@media screen and (max-width: 880px) { @media screen and (max-width: 600px) {
.page-edit-toolbar { .page-edit-toolbar {
overflow-x: scroll; overflow-x: scroll;
overflow-y: visible; overflow-y: visible; }
z-index: 12; }
.page-edit-toolbar .grid.third { .page-edit-toolbar .grid.third {
display: block; display: block;
white-space: nowrap; } white-space: nowrap; }
.page-edit-toolbar .grid.third > div { .page-edit-toolbar .grid.third > div {
display: inline-block; } } display: inline-block; } }
@media screen and (max-width: 880px) { .page-save-mobile-button {
.page-edit-toolbar #save-button { position: fixed;
position: fixed; z-index: 30;
z-index: 30; border-radius: 50%;
border-radius: 50%; width: 56px;
width: 56px; height: 56px;
height: 56px; font-size: 24px;
font-size: 24px; right: 16px;
right: 16px; bottom: 12px;
bottom: 12px; box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.13);
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.13); background-color: currentColor;
background-color: currentColor; } text-align: center; }
.page-edit-toolbar #save-button svg { .page-save-mobile-button svg {
fill: #FFF; } fill: #FFF;
.page-edit-toolbar #save-button span { margin-right: 0; }
display: none; } }
.draft-notification { .draft-notification {
pointer-events: none; pointer-events: none;

View File

@ -1 +1 @@
v0.26.1 v0.26.2