feat: Add quick settings menu with theme switcher and other changes (#673)

Co-authored-by: Mo Bitar <mo@standardnotes.org>
Co-authored-by: Antonella Sgarlatta <antsgar@gmail.com>
This commit is contained in:
Aman Harwara
2021-10-19 09:58:46 +05:30
committed by GitHub
parent bbeab4f623
commit c8dc07d42b
14 changed files with 529 additions and 37 deletions

View File

@@ -17,13 +17,20 @@
max-height: calc(85vh - 90px);
}
.sn-account-menu {
.sn-account-menu,
.sn-quick-settings-menu {
z-index: $z-index-footer-bar-item-panel;
@extend .bottom-100;
@extend .left-0;
@extend .cursor-auto;
}
.sn-menu-border {
@extend .border-1;
@extend .border-solid;
@extend .border-gray-300;
}
.sn-account-menu-headline {
@extend .sk-h2;
@extend .sk-bold;