diff options
| author | winter | 2024-12-24 14:42:27 +0000 |
|---|---|---|
| committer | winter | 2024-12-24 14:42:27 +0000 |
| commit | 01b7c47c68b8b3c5a9fd9137b067b34b566b951d (patch) | |
| tree | 0ddde0ad70df4e2e51115ee038646f4a093a7c43 /static/style.css | |
| parent | 37de7e4fa175c0edc747faebddd8edccce44948e (diff) | |
ui additions
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 04218d7..83ea861 100644 --- a/static/style.css +++ b/static/style.css @@ -114,6 +114,11 @@ article.note { width: 24px; font-size: 24px; color: #3b005e44; + cursor: pointer; + + &:disabled { + opacity: 0.5; + } &.like.active { color: #8c22d8; @@ -154,6 +159,12 @@ button.icon { } } +a.icon { + color: inherit; + text-decoration: none; + font-size: 24px; +} + .fullProfile { border-radius: 8px; margin: 16px; @@ -163,7 +174,7 @@ button.icon { .basicInfo { display: grid; - grid-template-columns: max-content 1fr; + grid-template-columns: max-content 1fr max-content; gap: 16px; picture.avatar, |
