FIX: remove SCSS mixed declarations (#143)

This fixes the SCSS mixed declaration errors (most noticeable while
running rspec)
This commit is contained in:
Kris
2025-04-17 17:27:13 -04:00
committed by GitHub
parent cf9fd864dd
commit d67ec3ac5f
5 changed files with 35 additions and 31 deletions
+5 -5
View File
@@ -65,6 +65,11 @@ body:not(.has-full-page-chat) {
width: 100%;
max-width: unset;
padding-bottom: var(--spacing-block-l);
border-radius: var(--d-border-radius-large);
background-color: var(--d-content-background);
@include breakpoint(medium) {
border-radius: 0px;
}
html.composer-open & {
padding-bottom: var(--composer-height);
}
@@ -76,11 +81,6 @@ body:not(.has-full-page-chat) {
padding-inline: var(--spacing-inline-l);
}
}
border-radius: var(--d-border-radius-large);
@include breakpoint(medium) {
border-radius: 0px;
}
background-color: var(--d-content-background);
}
}
}