Fix: user buttons in second row below brand text
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ a:hover { text-decoration: underline; }
|
|||||||
cursor: pointer; color: var(--black); transition: all .2s;
|
cursor: pointer; color: var(--black); transition: all .2s;
|
||||||
}
|
}
|
||||||
.lang-btn.active { background: var(--white); box-shadow: 0 1px 3px rgba(0,0,0,.1); }
|
.lang-btn.active { background: var(--white); box-shadow: 0 1px 3px rgba(0,0,0,.1); }
|
||||||
.brand { display: flex; align-items: center; gap: 16px; }
|
.brand { display: flex; flex-direction: column; align-items: center; gap: 12px; }
|
||||||
.user-actions { display: flex; gap: 8px; align-items: center; }
|
.user-actions { display: flex; gap: 8px; align-items: center; }
|
||||||
.user-btn { padding: 6px 12px; font-size: .75rem; border-radius: 6px; display: flex; align-items: center; gap: 6px; }
|
.user-btn { padding: 6px 12px; font-size: .75rem; border-radius: 6px; display: flex; align-items: center; gap: 6px; }
|
||||||
.user-btn svg { width: 16px; height: 16px; fill: currentColor; }
|
.user-btn svg { width: 16px; height: 16px; fill: currentColor; }
|
||||||
|
|||||||
Reference in New Issue
Block a user