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
+3 -4
View File
@@ -51,13 +51,12 @@
.bulk-select-topics {
position: absolute;
right: -1em;
@media screen and (max-width: 1048px) {
right: 0;
}
background: var(--secondary);
border-radius: 0 0 0 var(--d-border-radius);
padding: 1em;
@media screen and (max-width: 1048px) {
right: 0;
}
button {
white-space: nowrap;
}