diff options
| author | winter | 2025-01-23 18:55:52 +0000 |
|---|---|---|
| committer | winter | 2025-01-23 18:55:58 +0000 |
| commit | bc9c83b6c33d460a574fbeb764c23bfbe941b4c0 (patch) | |
| tree | 5d9e816b56feea462d15e391544b0b13eeb47c8d /static/profile.css | |
| parent | ddccaf16f39a4bf710266edc389fcde124e7ef56 (diff) | |
implement blocking users
it doesn't work yet for notifications! but i think i got it in most other places
Diffstat (limited to 'static/profile.css')
| -rw-r--r-- | static/profile.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/profile.css b/static/profile.css index 7783206..c2e48ed 100644 --- a/static/profile.css +++ b/static/profile.css @@ -34,6 +34,12 @@ } } + .profileMiniActions { + display: grid; + grid-auto-flow: column; + gap: var(--spacing-double); + } + .profileActions { display: grid; justify-content: end; |
