mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +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 {
|
||||
height: 100%;
|
||||
justify-content: space-between;
|
||||
overflow-y: scroll;
|
||||
padding: var(--sidebar-inner-padding);
|
||||
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) {
|
||||
|
|
Loading…
Reference in a new issue