mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
feat: horizontal scrolling on timetable in homepage
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user