Fix: Rounding - Clear history infobox from menu bar

This commit is contained in:
2641a40fd44383320adde4b027a1d0b03bd550 2023-06-01 11:10:58 +00:00
parent 5e1bf1a1f3
commit 643a8ad291
2 changed files with 11 additions and 0 deletions

5
css/leptonChrome.css generated
View file

@ -3199,6 +3199,11 @@
border-radius: 0 !important;
}
}
@supports -moz-bool-pref("userChrome.rounding.square_infobox") {
#sanitizeEverythingWarningBox {
border-radius: 0 !important;
}
}
@supports -moz-bool-pref("userChrome.rounding.square_toolbar") {
:root {
--uc-rounding-toolbar: 0;

View file

@ -65,6 +65,12 @@
}
}
@include Option("userChrome.rounding.square_infobox") {
#sanitizeEverythingWarningBox {
border-radius: 0 !important;
}
}
@include Option("userChrome.rounding.square_toolbar") {
:root {
--uc-rounding-toolbar: 0;