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

View file

@ -169,4 +169,14 @@
border-radius: 0 !important;
}
}
@include moz-document(url-prefix "about:firefoxview") {
.card,
.card::before, // .zap-card border
.empty-container,
.synced-tab-a,
.synced-tab-li-placeholder {
border-radius: 0 !important;
}
}
}