2
0
Fork 0

rebase with upstream

This commit is contained in:
fef 2022-11-30 17:25:36 +01:00 committed by Jeremy Kescher
commit 5aa74e9aae
No known key found for this signature in database
GPG key ID: 80A419A7A613DFA4
22 changed files with 530 additions and 8 deletions

View file

@ -1151,6 +1151,7 @@ body > [data-popper-placement] {
.status__content,
.status__action-bar,
.reaction-bar,
.media-gallery,
.video-player,
.audio-player,
@ -1199,6 +1200,10 @@ body > [data-popper-placement] {
}
}
}
.reactions-bar--empty {
margin-top: 0;
}
}
.status__relative-time {
@ -1334,6 +1339,16 @@ body > [data-popper-placement] {
align-items: center;
gap: 18px;
margin-top: 16px;
& > .emoji-picker-dropdown > .emoji-button {
padding: 0;
}
}
.status__action-bar-button {
.fa-plus {
padding-top: 1px;
}
}
.detailed-status__action-bar-dropdown {
@ -4460,6 +4475,10 @@ a.status-card.compact:hover {
text-align: center;
}
.detailed-status__button .emoji-button {
padding: 0;
}
.column-settings__outer {
background: lighten($ui-base-color, 8%);
padding: 15px;