forked from AkkomaGang/akkoma-fe
fix broken icons after FA upgrade
This commit is contained in:
parent
3101456a85
commit
47bb08514b
2 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,6 @@
|
||||||
color: var(--link);
|
color: var(--link);
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 50%;
|
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
padding: 0 0.1em;
|
padding: 0 0.1em;
|
||||||
vertical-align: -25%;
|
vertical-align: -25%;
|
||||||
|
|
|
@ -51,6 +51,7 @@
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
width: 0.875em;
|
||||||
color: $fallback--text;
|
color: $fallback--text;
|
||||||
color: var(--inputText, $fallback--text);
|
color: var(--inputText, $fallback--text);
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
|
|
Loading…
Reference in a new issue