tangled
alpha
login
or
join now
da157.id
/
potatofox
1
fork
atom
this repo has no description
1
fork
atom
overview
issues
pulls
pipelines
fix: sidebar blur linux
awwpotato
1 year ago
be7cb0b0
37db684b
+1
-1
1 changed file
expand all
collapse all
unified
split
chrome
browser
sidebar.css
+1
-1
chrome/browser/sidebar.css
···
20
--uc-sidebar-floating-bg: var(--uc-bg-tran);
21
@media (-moz-platform: linux) {
22
--uc-sidebar-floating-bg: var(--uc-bg-opaque);
23
-
&[gtktiledwindow="true"] {
24
--uc-sidebar-floating-bg: var(--uc-bg-tran);
25
}
26
}
···
20
--uc-sidebar-floating-bg: var(--uc-bg-tran);
21
@media (-moz-platform: linux) {
22
--uc-sidebar-floating-bg: var(--uc-bg-opaque);
23
+
&[sizemode="maximized"] {
24
--uc-sidebar-floating-bg: var(--uc-bg-tran);
25
}
26
}