style(sns): tighten feed header spacing

This commit is contained in:
aits2026
2026-03-06 15:26:03 +08:00
parent 6c1e7f6f12
commit 21cb09fbde

View File

@@ -33,7 +33,7 @@
.sns-feed-container {
width: 100%;
max-width: var(--sns-max-width);
padding: 20px 24px 16px 24px;
padding: 10px 24px 12px 24px;
display: flex;
flex-direction: column;
gap: 0;
@@ -45,13 +45,13 @@
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 8px;
margin-bottom: 4px;
padding: 0 4px;
z-index: 2;
background: var(--sns-bg-color);
border-bottom: 1px solid var(--border-color);
padding-top: 10px;
padding-bottom: 10px;
padding-top: 4px;
padding-bottom: 6px;
.feed-header-main {
display: flex;