From 01b7c47c68b8b3c5a9fd9137b067b34b566b951d Mon Sep 17 00:00:00 2001 From: winter Date: Tue, 24 Dec 2024 14:42:27 +0000 Subject: ui additions --- static/style.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'static') 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, -- cgit v1.3