summaryrefslogtreecommitdiff
path: root/front/src/styles
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-09-18 00:24:39 +0700
committerpolwex <polwex@sortug.com>2025-09-18 00:24:39 +0700
commit4b016c908dda2019f3bf89e5a3d2eae535e5fbd2 (patch)
tree639613aa8bcc3d36b5165a32ece4a421dabde4c8 /front/src/styles
parent985fa2f7c99832cdf3c3351d2273c8fd05402b78 (diff)
oioi
Diffstat (limited to 'front/src/styles')
-rw-r--r--front/src/styles/Profile.css (renamed from front/src/styles/ProfileEditor.css)2
-rw-r--r--front/src/styles/feed.css7
2 files changed, 2 insertions, 7 deletions
diff --git a/front/src/styles/ProfileEditor.css b/front/src/styles/Profile.css
index c1b65e5..624cb12 100644
--- a/front/src/styles/ProfileEditor.css
+++ b/front/src/styles/Profile.css
@@ -1,4 +1,4 @@
-.profile-editor {
+.profile {
align-items: center;
padding: 20px;
background: var(--color-surface);
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);
}