Merge branch 'select-icon' into 'develop'

Fix dropdown icon

Closes #788

See merge request soapbox-pub/soapbox-fe!938
strip-front-mentions
marcin mikołajczak 2021-12-30 12:31:02 +00:00
commit 0cc4640440
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -496,7 +496,7 @@ code {
&::after {
display: flex;
align-items: center;
font-family: "Font Awesome 5 Free";
font-family: 'Font Awesome 5 Free';
content: "";
position: absolute;
right: 12px;
@ -504,6 +504,7 @@ code {
padding-left: 12px;
pointer-events: none;
margin-top: 8px;
font-weight: 900;
}
}