mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 13:24:58 +08:00
UX: lower border radius for channel cards (#22513)
This commit is contained in:
parent
0b36cf5a3f
commit
8c74bb6573
|
@ -4,7 +4,7 @@
|
|||
position: relative;
|
||||
padding: 1.25rem;
|
||||
background-color: var(--primary-very-low);
|
||||
border-radius: var(--d-border-radius-large);
|
||||
border-radius: var(--d-border-radius);
|
||||
min-height: 0;
|
||||
min-width: 0;
|
||||
border-left: 5px solid transparent;
|
||||
|
|
Loading…
Reference in New Issue
Block a user