mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 03:25:17 +01:00
Change hide media button to be in top right corner in web UI (#32048)
This commit is contained in:
parent
5dfdec6453
commit
d54ce67dc9
@ -6889,7 +6889,7 @@ a.status-card {
|
||||
|
||||
.media-gallery__actions {
|
||||
position: absolute;
|
||||
bottom: 6px;
|
||||
top: 6px;
|
||||
inset-inline-end: 6px;
|
||||
display: flex;
|
||||
gap: 2px;
|
||||
@ -6912,7 +6912,7 @@ a.status-card {
|
||||
.media-gallery__item__badges {
|
||||
position: absolute;
|
||||
bottom: 8px;
|
||||
inset-inline-start: 8px;
|
||||
inset-inline-end: 8px;
|
||||
display: flex;
|
||||
gap: 2px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user