File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
src/browser/base/content/zen-styles Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 150
150
padding-left : var (--zen-element-separation ) !important ;
151
151
}
152
152
153
+ # zen-appcontent-navbar-container {
154
+ z-index : 2 ;
155
+ }
156
+
153
157
@media (-moz-bool-pref : 'zen.view.compact.hide-toolbar' ) {
154
158
# zen-appcontent-navbar-container {
155
159
--urlbar-height : unset;
160
164
width : 100% ;
161
165
border-bottom-left-radius : 8px ;
162
166
border-bottom-right-radius : 8px ;
167
+ border-top-left-radius : env (-moz-gtk-csd-titlebar-radius);
168
+ border-top-right-radius : env (-moz-gtk-csd-titlebar-radius);
163
169
border-bottom : 1px solid var (--zen-colors-border );
164
170
top : 0 ;
165
171
background : var (--zen-colors-tertiary );
166
- z-index : 2 ;
167
172
transition : 0.2s ease-in-out;
168
173
}
169
174
You can’t perform that action at this time.
0 commit comments