Skip to content

Commit

Permalink
Merge pull request vinceliuice#274 from Dejweed/patch-1
Browse files Browse the repository at this point in the history
Fix firefox square close button when maximized
  • Loading branch information
vinceliuice committed Nov 23, 2022
2 parents 34c6525 + 27cd275 commit 554a8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/firefox/chrome/Qogir/square-title-buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
border-radius: 0 !important;
}

:root[tabsintitlebar] #titlebar .titlebar-close,
:root[tabsintitlebar]:not([sizemode="maximized"]) #titlebar .titlebar-close,
:root[tabsintitlebar] #titlebar #titlebar-close {
border-top-right-radius: 8px !important;
}

0 comments on commit 554a8a5

Please sign in to comment.