diff options
Diffstat (limited to 'static')
| -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, |
