feat: snjs app groups (#468)
* feat: snjs app groups * fix: update snjs version to point to wip commit * wip: account switcher * feat: rename lock manager to auto lock service * fix: more relevant sign out copy * chore(deps): update snjs * fix: use setTimeout instead of setImmediate * feat: make account switcher expiremental feature * chore(deps): upgrade snjs
This commit is contained in:
@@ -31,18 +31,28 @@
|
||||
border-bottom: 2px solid var(--sn-stylekit-info-color);
|
||||
}
|
||||
|
||||
svg {
|
||||
.ionicon {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
fill: var(--sn-stylekit-foreground-color);
|
||||
fill: var(--sn-stylekit-secondary-foreground-color);
|
||||
|
||||
&:hover {
|
||||
fill: var(--sn-stylekit-info-color);
|
||||
fill: var(--sn-stylekit-info-color) !important;
|
||||
color: var(--sn-stylekit-info-color) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#account-panel, #sync-resolution-menu {
|
||||
#account-switcher-icon {
|
||||
// When this icon is alone in the footer bar, it is displayed with too little
|
||||
// padding on the right, possibly due to the fact it is a raw SVG.
|
||||
&.alone {
|
||||
margin-right: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
#account-panel,
|
||||
#sync-resolution-menu {
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user