fix: oversized empty lessons image

This commit is contained in:
SethBurkart123
2025-06-07 18:21:14 +10:00
parent ff01b44ead
commit b9f0675c4f
+4 -27
View File
@@ -1350,20 +1350,6 @@ div > ol:has(.uiFileHandlerWrapper) {
font-size: 10px !important;
font-weight: 500;
}
.day-empty {
font-size: 30px;
display: flex;
width: 100%;
border-radius: 16px 0;
align-items: center;
}
.day-empty img {
margin: 20px;
height: 50%;
}
.day-empty p {
margin: 0;
}
.waitWindow {
background: var(--better-main);
}
@@ -2749,9 +2735,11 @@ body {
transform: translateY(-6px) rotate(-45deg);
}
.day-empty {
font-size: 30px;
display: flex;
align-items: center;
height: 15em;
width: 100%;
border-radius: 16px 0;
img {
margin: 20px;
@@ -2760,6 +2748,7 @@ body {
p {
margin: 0;
font-size: 30px;
}
}
.upcoming-submittedtext {
@@ -2996,18 +2985,6 @@ body {
.dark .day h3 {
color: #c1bcbc;
}
.day-empty {
font-size: 30px;
display: flex;
align-items: center;
}
.day-empty img {
margin: 20px;
height: 50%;
}
.day-empty p {
margin: 0;
}
.upcoming-items {
background: var(--background-primary);