feat: horizontal scrolling on timetable in homepage

This commit is contained in:
SethBurkart123
2025-06-06 12:12:51 +10:00
parent 7a91550de5
commit c202af9688
+5 -3
View File
@@ -1061,6 +1061,7 @@ div > ol:has(.uiFileHandlerWrapper) {
max-width: 1050px; max-width: 1050px;
margin: auto; margin: auto;
width: 1050px; width: 1050px;
overflow-x: hidden;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 32px; gap: 32px;
@@ -1107,9 +1108,11 @@ div > ol:has(.uiFileHandlerWrapper) {
transition: 200ms; transition: 200ms;
width: 100%; width: 100%;
height: 15em; height: 15em;
display: flex; display: grid;
flex-direction: row; grid-auto-flow: column;
grid-auto-columns: minmax(130px, 1fr);
border-radius: 16px; border-radius: 16px;
overflow-x: auto;
.day:first-child { .day:first-child {
border-bottom-left-radius: 16px; border-bottom-left-radius: 16px;
@@ -2966,7 +2969,6 @@ body {
cursor: pointer; cursor: pointer;
} }
.day { .day {
width: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
box-shadow: box-shadow: