mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-08-21 02:23:38 +00:00
fix style
This commit is contained in:
parent
d6ae4c980b
commit
813b57bbab
2 changed files with 2 additions and 0 deletions
|
@ -233,6 +233,7 @@ window.document.documentElement.style.scrollBehavior = 'auto';
|
||||||
.nonTitlebarArea {
|
.nonTitlebarArea {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
min-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
|
|
|
@ -141,6 +141,7 @@ $widgets-hide-threshold: 1090px;
|
||||||
.nonTitlebarArea {
|
.nonTitlebarArea {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
min-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar {
|
.sidebar {
|
||||||
|
|
Loading…
Add table
Reference in a new issue