diff --git a/src/pages/channels/Channel.tsx b/src/pages/channels/Channel.tsx
index f88d9023..dbf1fc7c 100644
--- a/src/pages/channels/Channel.tsx
+++ b/src/pages/channels/Channel.tsx
@@ -66,14 +66,13 @@ const PlaceholderBase = styled.div`
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
- margin-left: 30px;
- margin-top: 5px;
}
.placeholder {
justify-content: center;
text-align: center;
margin: auto;
+ padding: 12px;
.primary {
color: var(--secondary-foreground);
diff --git a/src/pages/settings/ServerSettings.tsx b/src/pages/settings/ServerSettings.tsx
index 715a2fa0..ff4be4e1 100644
--- a/src/pages/settings/ServerSettings.tsx
+++ b/src/pages/settings/ServerSettings.tsx
@@ -50,7 +50,7 @@ export default observer(() => {