UX: add more spacing to tab btns (#18506)

This commit is contained in:
chapoi 2022-10-06 23:53:06 +02:00 committed by GitHub
parent bd61f877bb
commit d507151508
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -69,6 +69,12 @@
}
}
.tabs-list .btn {
.user-menu-revamped & {
padding: 1.2em 1.4em;
}
}
.hamburger-panel .revamped {
--d-sidebar-row-horizontal-padding: 1rem;
--d-sidebar-highlight-color: var(--primary-low);