web/sidebar: align tabbar to center on mobile

This commit is contained in:
wukko 2024-06-20 13:46:01 +06:00
parent 4564f409aa
commit f2e74b681b
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -86,6 +86,7 @@
position: fixed;
bottom: 0;
padding: var(--sidebar-inner-padding) 0;
justify-content: center;
}
#sidebar::before {