1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00

Add missing CSS rule for FA "exclamation-triangle" icon

This commit is contained in:
Raymond Hill 2018-12-26 10:41:25 -05:00
parent 2ba1cd7dc3
commit e4cec5a15e
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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,