mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 12:58:06 +01:00
[Glitch] Change hide media button to be in top right corner in web UI
Port d54ce67dc9
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
c6039f99ce
commit
aac6296183
1 changed files with 2 additions and 2 deletions
|
@ -7392,7 +7392,7 @@ img.modal-warning {
|
|||
|
||||
.media-gallery__actions {
|
||||
position: absolute;
|
||||
bottom: 6px;
|
||||
top: 6px;
|
||||
inset-inline-end: 6px;
|
||||
display: flex;
|
||||
gap: 2px;
|
||||
|
@ -7415,7 +7415,7 @@ img.modal-warning {
|
|||
.media-gallery__item__badges {
|
||||
position: absolute;
|
||||
bottom: 8px;
|
||||
inset-inline-start: 8px;
|
||||
inset-inline-end: 8px;
|
||||
display: flex;
|
||||
gap: 2px;
|
||||
|
||||
|
|
Loading…
Reference in a new issue