diff options
author | polwex <polwex@sortug.com> | 2025-09-18 00:24:39 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-09-18 00:24:39 +0700 |
commit | 4b016c908dda2019f3bf89e5a3d2eae535e5fbd2 (patch) | |
tree | 639613aa8bcc3d36b5165a32ece4a421dabde4c8 /front/src/styles/feed.css | |
parent | 985fa2f7c99832cdf3c3351d2273c8fd05402b78 (diff) |
oioi
Diffstat (limited to 'front/src/styles/feed.css')
-rw-r--r-- | front/src/styles/feed.css | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/front/src/styles/feed.css b/front/src/styles/feed.css index 05f0bb2..02d64db 100644 --- a/front/src/styles/feed.css +++ b/front/src/styles/feed.css @@ -2,12 +2,6 @@ border: 1px solid var(--color-text); } -.avatar, -.avatar img { - width: 48px; - height: 48px; -} - /* Nostr Feed Styles */ .nostr-empty-state { display: flex; @@ -133,6 +127,7 @@ from { transform: rotate(0deg); } + to { transform: rotate(360deg); } |