mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
parent
b246a67e8a
commit
b157a9927a
@ -158,8 +158,8 @@
|
|||||||
.tabs {
|
.tabs {
|
||||||
display: block;
|
display: block;
|
||||||
border-right: 1px solid #DDD;
|
border-right: 1px solid #DDD;
|
||||||
width: 54px;
|
width: 48px;
|
||||||
flex: 0;
|
flex: 0 1 auto;
|
||||||
}
|
}
|
||||||
.tabs i {
|
.tabs i {
|
||||||
color: rgba(0, 0, 0, 0.5);
|
color: rgba(0, 0, 0, 0.5);
|
||||||
|
@ -25,20 +25,21 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.edit-area.flex > div > .mce-tinymce.mce-container.mce-panel {
|
.edit-area.flex > div > .mce-tinymce.mce-container.mce-panel {
|
||||||
height: 100%;
|
flex: 1 1 auto;
|
||||||
max-height: 100%;
|
|
||||||
flex: 1;
|
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
margin: 0 -1px;
|
margin: 0 -1px;
|
||||||
> .mce-container-body {
|
> .mce-container-body {
|
||||||
flex: 1;
|
flex: 1 1 auto;
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
|
> .mce-toolbar-grp {
|
||||||
|
flex: 0 1 auto;
|
||||||
|
}
|
||||||
> .mce-edit-area {
|
> .mce-edit-area {
|
||||||
flex: 1;
|
flex: 1 1 auto;
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
|
Loading…
Reference in New Issue
Block a user