Skip to content

Commit

Permalink
Change hide media button to be in top right corner in web UI (mastodo…
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron authored Sep 24, 2024
1 parent 5dfdec6 commit d54ce67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6889,7 +6889,7 @@ a.status-card {

.media-gallery__actions {
position: absolute;
bottom: 6px;
top: 6px;
inset-inline-end: 6px;
display: flex;
gap: 2px;
Expand All @@ -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;
}
Expand Down

0 comments on commit d54ce67

Please sign in to comment.