File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ var gZenUIManager = {
71
71
) ;
72
72
gZenVerticalTabsManager . actualWindowButtons . removeAttribute ( 'zen-has-hover' ) ;
73
73
gZenVerticalTabsManager . recalculateURLBarHeight ( ) ;
74
- setTimeout ( gURLBar . formatValue . bind ( gURLBar ) , 0 ) ;
74
+ setTimeout ( gURLBar . formatValue . bind ( gURLBar ) , 350 ) ;
75
75
if ( ! this . _preventToolbarRebuild ) {
76
76
setTimeout ( ( ) => {
77
77
ZenWorkspaces . updateTabsContainers ( ) ;
Original file line number Diff line number Diff line change 255
255
opacity : 1 ;
256
256
}
257
257
}
258
+
259
+ : root : not ([customizing ]) # TabsToolbar-customization-target > # alltabs-button {
260
+ display : none;
261
+ }
Original file line number Diff line number Diff line change 30
30
31
31
--urlbar-margin-inline : 5px ;
32
32
--urlbar-container-padding : 5px ;
33
+ : root[zen-single-toolbar = 'true' ] {
34
+ --urlbar-container-padding : 4px ;
35
+ }
33
36
}
34
37
35
38
: root: not ([zen-single-toolbar = 'true' ]) # urlbar : not ([zen-floating-urlbar = 'true' ]) {
Original file line number Diff line number Diff line change 211
211
Tabs Toolbar Customization Target
212
212
========================================================================== */
213
213
# TabsToolbar-customization-target {
214
- position : relative; /* For pseudo-element positioning */
214
+ position : relative;
215
215
max-width : 100% ;
216
216
gap : 0 ; /* Remove default gap */
217
217
You can’t perform that action at this time.
0 commit comments