mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-19 19:13:21 +00:00
Removed old unused style definition
This commit is contained in:
parent
a521f41838
commit
f5df811b15
1 changed files with 1 additions and 8 deletions
|
@ -318,14 +318,6 @@ body.tox-fullscreen, body.markdown-fullscreen {
|
||||||
@include lightDark(color, #444, #EEE);
|
@include lightDark(color, #444, #EEE);
|
||||||
background-color: rgba(0, 0, 0, 0.1);
|
background-color: rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
div[toolbox-tab-content] {
|
|
||||||
padding-bottom: 45px;
|
|
||||||
display: flex;
|
|
||||||
flex: 1;
|
|
||||||
flex-direction: column;
|
|
||||||
min-height: 0;
|
|
||||||
overflow-y: scroll;
|
|
||||||
}
|
|
||||||
h4 {
|
h4 {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
margin: $-m 0 0 0;
|
margin: $-m 0 0 0;
|
||||||
|
@ -360,6 +352,7 @@ body.tox-fullscreen, body.markdown-fullscreen {
|
||||||
.toolbox-tab-content {
|
.toolbox-tab-content {
|
||||||
display: none;
|
display: none;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
padding-bottom: 45px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.suggestion-box {
|
.suggestion-box {
|
||||||
|
|
Loading…
Add table
Reference in a new issue