diff options
| author | winter | 2025-03-21 17:36:23 +0000 |
|---|---|---|
| committer | winter | 2025-03-21 17:36:23 +0000 |
| commit | 0ac3e01bcc1750964ca864f0c16beedde4e89fed (patch) | |
| tree | 17086b2e1336c505386d89581cd10be886e16763 /static/notifications.css | |
| parent | 09c3faf3e74df67de8e199bbe9c63952718f860f (diff) | |
smaller avatars in notifs and mobile timeline
also added rounded corners on the tiny ones
Diffstat (limited to 'static/notifications.css')
| -rw-r--r-- | static/notifications.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/notifications.css b/static/notifications.css index 272e3e6..9935313 100644 --- a/static/notifications.css +++ b/static/notifications.css @@ -36,7 +36,7 @@ ); img { - width: var(--avatar-size); + width: var(--avatar-medium-size); border-radius: var(--border-radius); aspect-ratio: 1; display: block; |
