chore: fixes
This commit is contained in:
parent
dc98a84f18
commit
b4d33bb9d6
2 changed files with 18 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue