Change hide media button to be in top right corner in web UI (#32048)

pull/32056/head
Eugen Rochko 9 months ago committed by GitHub
parent 5dfdec6453
commit d54ce67dc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -6889,7 +6889,7 @@ a.status-card {
.media-gallery__actions { .media-gallery__actions {
position: absolute; position: absolute;
bottom: 6px; top: 6px;
inset-inline-end: 6px; inset-inline-end: 6px;
display: flex; display: flex;
gap: 2px; gap: 2px;
@ -6912,7 +6912,7 @@ a.status-card {
.media-gallery__item__badges { .media-gallery__item__badges {
position: absolute; position: absolute;
bottom: 8px; bottom: 8px;
inset-inline-start: 8px; inset-inline-end: 8px;
display: flex; display: flex;
gap: 2px; gap: 2px;
} }

Loading…
Cancel
Save