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