1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-05-19 03:33:17 +12:00

Add missing styling for fa-icon-vflipped class

Fixes the search widget down arrow's direction in asset viewer.
This commit is contained in:
xofe 2020-08-14 07:08:21 +00:00
parent 954d827934
commit 7562a3d697

View file

@ -40,6 +40,9 @@
.fa-icon.disabled > .fa-icon-badge {
display: none;
}
.fa-icon.fa-icon-vflipped {
transform: scale(1, -1);
}
.fa-icon > svg {
height: 1em;