summaryrefslogtreecommitdiff
path: root/front/src/styles
diff options
context:
space:
mode:
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);
}