]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
a521f41
)
Removed old unused style definition
author
Dan Brown
<redacted>
Fri, 16 Dec 2022 23:21:24 +0000
(23:21 +0000)
committer
Dan Brown
<redacted>
Fri, 16 Dec 2022 23:21:24 +0000
(23:21 +0000)
resources/sass/_pages.scss
patch
|
blob
|
history
diff --git
a/resources/sass/_pages.scss
b/resources/sass/_pages.scss
index e037cd4c1899d1383ff45a76a1da203e877a9600..57718e647167417cf89689fbcabde43af9b42c5d 100755
(executable)
--- a/
resources/sass/_pages.scss
+++ b/
resources/sass/_pages.scss
@@
-318,14
+318,6
@@
body.tox-fullscreen, body.markdown-fullscreen {
@include lightDark(color, #444, #EEE);
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 {
font-size: 24px;
margin: $-m 0 0 0;
@@
-360,6
+352,7
@@
body.tox-fullscreen, body.markdown-fullscreen {
.toolbox-tab-content {
display: none;
overflow-y: auto;
+ padding-bottom: 45px;
}
.suggestion-box {