mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-07 09:43:13 -08:00
Fix: User Contents - "Heads up!" icon size #689
This commit is contained in:
parent
4d84c16fa3
commit
4ee131b29b
2 changed files with 6 additions and 2 deletions
4
css/leptonContent.css
generated
4
css/leptonContent.css
generated
|
|
@ -3,7 +3,9 @@
|
|||
/** Compatibility *************************************************************/
|
||||
@-moz-document url-prefix("about:preferences") {
|
||||
.content-blocking-warning.info-box-container > hbox > .content-blocking-warning-image {
|
||||
margin-inline-start: -12px !important;
|
||||
margin-inline-start: -7px !important;
|
||||
margin-inline-end: 8px !important;
|
||||
width: 20px !important;
|
||||
}
|
||||
}
|
||||
/** Video player **************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
@include moz-document(url-prefix "about:preferences") {
|
||||
.content-blocking-warning.info-box-container > hbox > .content-blocking-warning-image {
|
||||
margin-inline-start: -12px !important;
|
||||
margin-inline-start: -7px !important;
|
||||
margin-inline-end: 8px !important; // Original: 6px
|
||||
width: 20px !important; // ESR(102): 16px, Nightly(116): 27px
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue