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 = {
7171 ) ;
7272 gZenVerticalTabsManager . actualWindowButtons . removeAttribute ( 'zen-has-hover' ) ;
7373 gZenVerticalTabsManager . recalculateURLBarHeight ( ) ;
74- setTimeout ( gURLBar . formatValue . bind ( gURLBar ) , 0 ) ;
74+ setTimeout ( gURLBar . formatValue . bind ( gURLBar ) , 350 ) ;
7575 if ( ! this . _preventToolbarRebuild ) {
7676 setTimeout ( ( ) => {
7777 ZenWorkspaces . updateTabsContainers ( ) ;
Original file line number Diff line number Diff line change 255255 opacity : 1 ;
256256 }
257257}
258+
259+ : root : not ([customizing ]) # TabsToolbar-customization-target > # alltabs-button {
260+ display : none;
261+ }
Original file line number Diff line number Diff line change 3030
3131 --urlbar-margin-inline : 5px ;
3232 --urlbar-container-padding : 5px ;
33+ : root[zen-single-toolbar = 'true' ] {
34+ --urlbar-container-padding : 4px ;
35+ }
3336}
3437
3538: root: not ([zen-single-toolbar = 'true' ]) # urlbar : not ([zen-floating-urlbar = 'true' ]) {
Original file line number Diff line number Diff line change 211211 Tabs Toolbar Customization Target
212212 ========================================================================== */
213213# TabsToolbar-customization-target {
214- position : relative; /* For pseudo-element positioning */
214+ position : relative;
215215 max-width : 100% ;
216216 gap : 0 ; /* Remove default gap */
217217
You can’t perform that action at this time.
0 commit comments