mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 13:52:50 +08:00
UX: more border-radius removal from chat (#22542)
This commit is contained in:
parent
9576aab391
commit
ab67b2bda9
|
@ -73,8 +73,8 @@ html.rtl {
|
|||
background: var(--secondary);
|
||||
border: 1px solid var(--primary-low);
|
||||
border-bottom: 0;
|
||||
border-top-left-radius: 8px;
|
||||
border-top-right-radius: 8px;
|
||||
border-top-left-radius: var(--border-radius-large);
|
||||
border-top-right-radius: var(--border-radius-large);
|
||||
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.125);
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
|
|
|
@ -160,9 +160,7 @@
|
|||
}
|
||||
|
||||
&:first-child {
|
||||
border-bottom-left-radius: 0.25em;
|
||||
border-left-color: var(--primary-300);
|
||||
border-top-left-radius: 0.25em;
|
||||
}
|
||||
|
||||
&.reacted {
|
||||
|
|
Loading…
Reference in New Issue
Block a user