fixed buttons being hidden because of the new searchbar
This commit is contained in:
parent
2ca5ce4bfa
commit
a0204c4953
File diff suppressed because one or more lines are too long
@ -75,7 +75,7 @@ $icon-dimension: 2rem;
|
|||||||
#content {
|
#content {
|
||||||
background-color: var(--main-background);
|
background-color: var(--main-background);
|
||||||
width: calc(100% - 10px);
|
width: calc(100% - 10px);
|
||||||
height: calc(100% - 48px);
|
height: calc(100% - 93px);
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
|
Loading…
Reference in New Issue
Block a user