Emoji reaction fixes

profile-avatar-switcher
Alex Gleason 2021-09-23 18:45:55 -05:00
rodzic f3fc9546f1
commit f704024394
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
3 zmienionych plików z 9 dodań i 6 usunięć

Wyświetl plik

@ -100,6 +100,7 @@
.emoji-picker-expand {
display: inline-flex;
width: 0;
height: 0;
overflow: hidden;
&:focus-within {

Wyświetl plik

@ -114,9 +114,7 @@
&:hover,
&:focus {
img {
width: 36px;
height: 36px;
padding: 0;
transform: scale(1.2);
}
}
}
@ -142,6 +140,7 @@
.icon-button__emoji .emojione {
width: 20px;
height: 20px;
margin: 0;
}
svg {
@ -158,9 +157,11 @@
.status__action-bar__counter--favourite,
.detailed-status__button--favourite {
.svg-icon svg {
width: 26px;
height: 26px;
transform: translateY(-6px);
transform: translateY(-1px) scale(1.3);
&.icon-tabler {
stroke-width: 1.4px !important;
}
}
}

Wyświetl plik

@ -709,6 +709,7 @@ a.status-card.compact:hover {
.emoji-picker-expand {
display: inline-flex;
width: 0;
height: 0;
overflow: hidden;
&:focus-within {