Skip to content

Commit

Permalink
2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Aris-t2 committed Mar 20, 2023
1 parent 02389bb commit cb936be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
/* caption button position in maximized mode after moving to the top */
#main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) #toolbar-menubar[autohide="true"] ~ #TabsToolbar .titlebar-buttonbox-container,
#main-window[tabsintitlebar][sizemode="maximized"]:not([inDOMFullscreen="true"]) #TabsToolbar .titlebar-buttonbox-container {
top: -14px !important;
top: 0px !important;
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
/* caption button position in maximized mode after moving to the top */
#main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) #toolbar-menubar[autohide="true"] ~ #TabsToolbar .titlebar-buttonbox-container,
#main-window[tabsintitlebar][sizemode="maximized"]:not([inDOMFullscreen="true"]) #TabsToolbar .titlebar-buttonbox-container {
top: -14px !important;
top: 0px !important;
}


Expand Down
4 changes: 2 additions & 2 deletions noiabuttons/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
/************************************************************************************************/

/************************************************************************************************/
/* NoiaButtons CSS for Firefox 108+ **************************************************************/
/* Version 2.0.2 ********************************************************************************/
/* NoiaButtons CSS for Firefox 108-111 **********************************************************/
/* Version 2.0.3 ********************************************************************************/
/************************************************************************************************/

/* Last version compatible with Firefox 60-88 is v1.1.5 ******************************************
Expand Down

0 comments on commit cb936be

Please sign in to comment.