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: bookmark bg blur bg
awwpotato
2 years ago
0092729d
7d85c1ef
+5
-1
1 changed file
expand all
collapse all
unified
split
chrome
browser
navbar.css
+5
-1
chrome/browser/navbar.css
···
166
166
width: 100% !important;
167
167
background-color: transparent !important;
168
168
z-index: 100 !important;
169
169
+
background-color: var(--uc-bg-tran) !important;
170
170
+
}
171
171
+
#PersonalToolbar {
172
172
+
position: relative !important;
169
173
}
170
174
171
175
#nav-bar::before,
···
176
180
left: 0;
177
181
width: 100%;
178
182
height: 100%;
179
179
-
background-color: var(--uc-bg-tran) !important;
183
183
+
background: transparent !important;
180
184
backdrop-filter: blur(var(--uc-blur-radius)) !important;
181
185
z-index: -1 !important;
182
186
}