Fix: Rounding - Firefox View infoboxes

This commit is contained in:
2641a40fd44383320adde4b027a1d0b03bd550 2023-06-01 11:41:11 +00:00
parent 643a8ad291
commit 59735caaa2
2 changed files with 19 additions and 0 deletions

9
css/leptonContent.css generated
View file

@ -2935,6 +2935,15 @@
border-radius: 0 !important;
}
}
@-moz-document url-prefix("about:firefoxview") {
.card,
.card::before,
.empty-container,
.synced-tab-a,
.synced-tab-li-placeholder {
border-radius: 0 !important;
}
}
}
@-moz-document url-prefix("about:"), regexp(".*.pdf$") {
@supports -moz-bool-pref("userChrome.rounding.square_dialog") {