mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
Add missing CSS rule for FA "exclamation-triangle" icon
This commit is contained in:
parent
2ba1cd7dc3
commit
e4cec5a15e
@ -48,6 +48,9 @@
|
||||
.fa-icon > .fa-icon_code {
|
||||
width: calc(1em * 1830 / 1792);
|
||||
}
|
||||
.fa-icon > .fa-icon_exclamation-triangle {
|
||||
width: calc(1em * 1794 / 1792);
|
||||
}
|
||||
.fa-icon > .fa-icon_eye-dropper,
|
||||
.fa-icon > .fa-icon_eye-slash,
|
||||
.fa-icon > .fa-icon_files-o,
|
||||
|
Loading…
Reference in New Issue
Block a user