mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/sidebar: align tabbar to center on mobile
This commit is contained in:
parent
4564f409aa
commit
f2e74b681b
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
padding: var(--sidebar-inner-padding) 0;
|
padding: var(--sidebar-inner-padding) 0;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar::before {
|
#sidebar::before {
|
||||||
|
|
Loading…
Reference in a new issue