chore: fixes

This commit is contained in:
MattTheTekie 2026-04-23 17:39:46 -04:00
commit b4d33bb9d6
2 changed files with 18 additions and 1 deletions

View file

@ -157,3 +157,20 @@ padding: 6px 20px;
body.console-dsi .screen {
width: 320px;
}
.carousel-buttons {
overflow: hidden;
width: 100%;
}
.carousel-track {
display: flex;
gap: 10px;
white-space: nowrap;
overflow-x: scroll;
scroll-behavior: auto;
}
.carousel-track a img {
height: 31px;
}