Skip to content

Commit

Permalink
Made menubar same size when pressed Alt key
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonnev committed Dec 4, 2024
1 parent 720540e commit ac37cd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Private Mode Style/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -1054,6 +1054,7 @@ sidebar-main[expanded] #tabbrowser-tabs[orient="vertical"] tab-group:not([collap
order: 0;
margin: 0px !important;
padding: 0px !important;
max-height: 35px !important;
}
#toolbar-menubar[autohide="true"] {
order: 0;
Expand Down
1 change: 1 addition & 0 deletions Titlebar Enabled/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -1371,6 +1371,7 @@ sidebar-main[expanded] #tabbrowser-tabs[orient="vertical"] tab-group:not([collap
background: none !important;
border-top: none !important;
border-bottom: none !important;
max-height: 35px !important;
}
#toolbar-menubar[autohide="true"] {
order: 0;
Expand Down
1 change: 1 addition & 0 deletions base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1364,6 +1364,7 @@ sidebar-main[expanded] #tabbrowser-tabs[orient="vertical"] tab-group:not([collap
background: none !important;
border-top: none !important;
border-bottom: none !important;
max-height: 35px !important;
}
#toolbar-menubar[autohide="true"] {
order: 0;
Expand Down

0 comments on commit ac37cd3

Please sign in to comment.