mirror of
https://github.com/wassname/talk.git
synced 2026-07-03 18:24:20 +08:00
Ensure user drawer status is padded properly when a user selects themselves (#2506)
CORL-531
This commit is contained in:
@@ -91,5 +91,7 @@ hr {
|
||||
border-width: 1px;
|
||||
border-radius: var(--round-corners);
|
||||
padding-left: var(--spacing-2);
|
||||
padding-right: var(--spacing-1);
|
||||
padding-right: var(--spacing-2);
|
||||
|
||||
min-height: 21px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user