move sound icon on top of favicon with low space
moves sound icon on top of favicon to make the tabs more compact (when there isn't much space). Also fixes padding on the Update banner in the app menu.
This commit is contained in:
parent
45d8585437
commit
1d1951afee
4 changed files with 54 additions and 9 deletions
|
@ -65,6 +65,8 @@
|
|||
--uc-private-browding-indicator-hover: var(--button-primary-hover-bgcolor);
|
||||
--uc-private-browding-indicator-active: var(--button-primary-active-bgcolor);
|
||||
--uc-private-browding-indicator-text: var(--button-primary-color);
|
||||
--tab-icon-overlay-stroke: #fff !important;
|
||||
--tab-icon-overlay-fill: #252525 !important;
|
||||
}
|
||||
|
||||
/* dark */
|
||||
|
@ -131,6 +133,8 @@
|
|||
--uc-private-browding-indicator-hover: var(--button-primary-hover-bgcolor);
|
||||
--uc-private-browding-indicator-active: var(--button-primary-active-bgcolor);
|
||||
--uc-private-browding-indicator-text: var(--button-primary-color);
|
||||
--tab-icon-overlay-stroke: #4b4b4b !important;
|
||||
--tab-icon-overlay-fill: #fff !important;
|
||||
}
|
||||
|
||||
#urlbar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue