Emoji reaction fixes

merge-requests/782/head
Alex Gleason 3 years ago
parent f3fc9546f1
commit f704024394
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

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

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

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

Loading…
Cancel
Save