diff options
| author | winter | 2025-01-14 20:44:49 +0000 |
|---|---|---|
| committer | winter | 2025-01-14 20:44:49 +0000 |
| commit | 4d7f8450d9a842e2f69754ccaa4202710328dcb7 (patch) | |
| tree | 60e90ff7ebbf069e04faf665d68861970eaee000 /static/profile.css | |
| parent | 0f427b4b6f75134b2c25b7e5f8a515be2cec97f5 (diff) | |
add (un)follow button to profile
also other stuff i forgot what exactly
Diffstat (limited to 'static/profile.css')
| -rw-r--r-- | static/profile.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/static/profile.css b/static/profile.css index 028c69c..f3f8ead 100644 --- a/static/profile.css +++ b/static/profile.css @@ -23,4 +23,12 @@ font-size: 10pt; } } + + .followInfo { + display: grid; + justify-content: right; + align-items: baseline; + grid-auto-flow: column; + gap: 16px; + } } |
