Merge branch 'main' into feature/seed-completed-downloads

This commit is contained in:
Eight 2024-11-12 04:34:15 -03:00 committed by GitHub
commit 130c23603f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 397 additions and 1 deletions

View file

@ -1,7 +1,7 @@
@use "../../scss/globals.scss";
.bottom-panel {
width: "100%";
width: 100%;
border-top: solid 1px globals.$border-color;
background-color: globals.$background-color;
padding: calc(globals.$spacing-unit / 2) calc(globals.$spacing-unit * 2);