Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

#22204 Issue: Centered File info in lightbox #9971

Merged
merged 3 commits into from
Jan 23, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions res/css/views/elements/_ImageView.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ $button-gap: 24px;
.mx_ImageView_title {
color: $lightbox-fg-color;
font-size: $font-12px;
position: absolute;
robintown marked this conversation as resolved.
Show resolved Hide resolved
left: 50%;
transform: translateX(-50%);
}

.mx_ImageView_toolbar {
Expand Down