UX: new default border radius (#26560)

* UX: remove border radius from PMs

* UX: add default 2px border radius
This commit is contained in:
chapoi 2024-04-08 23:21:57 +03:00 committed by GitHub
parent 815cfa1d47
commit fb41fccb20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
.archetype-private_message {
--pm-border-radius: 2em;
--pm-border-radius: 0;
--pm-padding: 1.25em;
@keyframes current-user-background-fade-highlight {

View File

@ -6,8 +6,8 @@
--topic-body-width: #{$topic-body-width};
--topic-body-width-padding: #{$topic-body-width-padding};
--topic-avatar-width: #{$topic-avatar-width};
--d-border-radius: initial;
--d-border-radius-large: initial;
--d-border-radius: 2px;
--d-border-radius-large: 2px;
--d-nav-pill-border-radius: var(--d-border-radius);
--d-button-border-radius: var(--d-border-radius);
--d-input-border-radius: var(--d-border-radius);