mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 20:59:59 +00:00
web/Sidebar: make bottom padding match the corner radius of the page
This commit is contained in:
parent
ce740770bc
commit
151fdad047
1 changed files with 4 additions and 3 deletions
|
@ -62,10 +62,11 @@
|
||||||
|
|
||||||
#sidebar-tabs {
|
#sidebar-tabs {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
justify-content: space-between;
|
|
||||||
overflow-y: scroll;
|
|
||||||
padding: var(--sidebar-inner-padding);
|
|
||||||
width: var(--sidebar-width);
|
width: var(--sidebar-width);
|
||||||
|
justify-content: space-between;
|
||||||
|
padding: var(--sidebar-inner-padding);
|
||||||
|
padding-bottom: var(--border-radius);
|
||||||
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 535px) {
|
@media screen and (max-width: 535px) {
|
||||||
|
|
Loading…
Reference in a new issue