mirror of
https://github.com/zen-browser/desktop.git
synced 2026-05-03 20:45:08 +00:00
feat: Improved glance buttons to be more consistent, better aligned and more pleasing to look at in general, b=no-bug, c=common, glance, split-view, workspaces
This commit is contained in:
@@ -53,6 +53,10 @@
|
||||
|
||||
<command id="cmd_zenCopyCurrentURL" />
|
||||
<command id="cmd_zenCopyCurrentURLMarkdown" />
|
||||
|
||||
<command id="cmd_zenGlanceClose" />
|
||||
<command id="cmd_zenGlanceExpand" />
|
||||
<command id="cmd_zenGlanceSplit" />
|
||||
</commandset>
|
||||
|
||||
<keyset id="zenKeyset"></keyset>
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
#stop-button,
|
||||
.close-icon,
|
||||
#zen-glance-sidebar-close,
|
||||
.zen-glance-sidebar-close,
|
||||
.zen-theme-picker-custom-list-item-remove {
|
||||
list-style-image: url('close.svg') !important;
|
||||
}
|
||||
@@ -257,7 +257,7 @@
|
||||
|
||||
#restore-button,
|
||||
#fullscreen-button,
|
||||
#zen-glance-sidebar-open,
|
||||
.zen-glance-sidebar-open,
|
||||
#appMenu-fullscreen-button2,
|
||||
.zen-tab-unsplit-button {
|
||||
list-style-image: url('fullscreen.svg') !important;
|
||||
@@ -432,7 +432,7 @@
|
||||
list-style-image: url('bookmark.svg') !important;
|
||||
}
|
||||
|
||||
#zen-glance-sidebar-split {
|
||||
.zen-glance-sidebar-split {
|
||||
list-style-image: url('split.svg');
|
||||
|
||||
&[disabled='true'] {
|
||||
|
||||
Reference in New Issue
Block a user