mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-09 02:33:00 -08:00
Fix: Rounding - Firefox View infoboxes
This commit is contained in:
parent
643a8ad291
commit
59735caaa2
2 changed files with 19 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue