mirror of
https://github.com/zen-browser/desktop.git
synced 2025-12-28 09:04:42 +00:00
chore: Fixed flat resolution on extension icons (#34)
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
diff --git a/browser/themes/shared/toolbarbuttons.css b/browser/themes/shared/toolbarbuttons.css
|
||||
index f535fba9df5e7595c974e45dd95849d05736957f..19437c90e0f438384e2a223feff99bc93a441684 100644
|
||||
--- a/browser/themes/shared/toolbarbuttons.css
|
||||
+++ b/browser/themes/shared/toolbarbuttons.css
|
||||
@@ -47,7 +47,7 @@
|
||||
|
||||
> .toolbarbutton-icon,
|
||||
> .toolbarbutton-badge-stack > .toolbarbutton-icon {
|
||||
- width: 16px;
|
||||
+ width: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -139,7 +139,7 @@
|
||||
display: flex !important;
|
||||
}
|
||||
|
||||
toolbar .toolbarbutton-1 {
|
||||
toolbar .toolbarbutton-1:not(.unified-extensions-item-action-button) {
|
||||
& > .toolbarbutton-icon,
|
||||
& > .toolbarbutton-badge-stack {
|
||||
width: calc(2 * var(--toolbarbutton-inner-padding) + 18px) !important;
|
||||
|
||||
Reference in New Issue
Block a user