UX: more border-radius removal from chat (#22542)

This commit is contained in:
chapoi 2023-07-12 14:30:06 +02:00 committed by GitHub
parent 9576aab391
commit ab67b2bda9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -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;

View File

@ -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 {