summaryrefslogtreecommitdiff
path: root/web/source/css/_profile-header.css
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2025-04-09 14:14:20 +0200
committerLibravatar GitHub <noreply@github.com>2025-04-09 14:14:20 +0200
commit19cfa8d126a2ff54298150529e58e5e4f5495f09 (patch)
tree3a569e6c456cc7ea13f16f04c5cd81301b71e5f2 /web/source/css/_profile-header.css
parent[feature] add TOTP two-factor authentication (2FA) (#3960) (diff)
downloadgotosocial-19cfa8d126a2ff54298150529e58e5e4f5495f09.tar.xz
[bugfix] Fix a couple accessibility issues with `:focus` elements (#3979)
* [bugfix/frontend] Fix accessibility/focus issues in settings + web ui * fix little error * tweaks
Diffstat (limited to 'web/source/css/_profile-header.css')
-rw-r--r--web/source/css/_profile-header.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/web/source/css/_profile-header.css b/web/source/css/_profile-header.css
index b4ebadf8d..cba67ffa1 100644
--- a/web/source/css/_profile-header.css
+++ b/web/source/css/_profile-header.css
@@ -81,6 +81,25 @@
height: $avatar-size;
width: $avatar-size;
+ /*
+ Link to open media in slide
+ should fill entire media wrapper.
+ */
+ a.photoswipe-slide {
+ display: inline-block;
+ height: 100%;
+ width: 100%;
+
+ /*
+ Offset to avoid clashing with
+ thick border around avatars.
+ */
+ &:focus-visible {
+ outline: $button-focus-outline;
+ outline-offset: 0.25rem;
+ }
+ }
+
.avatar {
/*
Fit 100% of the wrapper.