Make some CSS differences with upstream more explicit

This commit is contained in:
Claire 2024-03-08 11:45:27 +01:00
parent d09ab957d4
commit a79bd2cd11

View file

@ -1657,6 +1657,7 @@ body > [data-popper-placement] {
font-size: 15px;
padding-bottom: 10px;
display: flex;
align-items: start; // glitch: changed because of our different layout
justify-content: space-between;
gap: 10px;
cursor: pointer;
@ -1865,7 +1866,7 @@ body > [data-popper-placement] {
.media-gallery,
.video-player,
.audio-player {
margin-top: 8px;
margin-top: 8px; // glitch: reduced margins
}
.status__prepend {