web/sidebar: align tabbar to center on mobile

This commit is contained in:
wukko
2024-06-20 13:46:01 +06:00
parent 835e465978
commit 09548c89b6

View File

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