Skip to content

Commit bd33046

Browse files
committed
Change single quotes to double quotes in 'smaller zen toast popup'
1 parent b489b37 commit bd33046

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

themes/180d9426-a020-4bd7-98ec-63f957291119/chrome.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
padding: 9px !important;
33
}
44

5-
.titlebar-button:hover {
6-
background-color: var(--button-hover-bgcolor) !important;
7-
}
8-
95
.titlebar-min {
106
padding-left: 10px !important;
117
padding-right: 10px !important;
@@ -27,6 +23,3 @@
2723
border-radius: var(--uc-contextmenu-menuitem-border-radius) !important;
2824
}
2925

30-
.titlebar-close:hover {
31-
background-color: var(--buttons-destructive-hover-bgcolor) !important;
32-
}

themes/e51b85e6-cef5-45d4-9fff-6986637974e1/chrome.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#zen-toast-container {
22
top: calc(var(--zen-element-separation) * 6) !important;
33

4-
:root:not([zen-right-side='true']) & {
4+
:root:not([zen-right-side="true"]) & {
55
right: calc(var(--zen-element-separation) * 2) !important;
66
}
77

8-
:root[zen-right-side='true'] & {
8+
:root[zen-right-side="true"] & {
99
left: calc(var(--zen-element-separation) * 2) !important;
1010
}
1111

0 commit comments

Comments
 (0)