refactor: Remove unused code, update box-shadow in injected.scss, and make timetable container responsive

This commit is contained in:
sethburkart123
2024-06-19 18:53:45 +10:00
parent 2778cf0e2c
commit 9c49c3a7d2
3 changed files with 3 additions and 3 deletions
+2 -1
View File
@@ -27,5 +27,6 @@
"tsx": "never"
}
]
}
},
"plugins": ["import"]
}
+1 -1
View File
@@ -2966,8 +2966,8 @@ body:has(.outside-container:not(.hide)) #AddedSettings.tooltip:hover > .tooltipt
border-radius: 16px;
opacity: 0;
animation-delay: 0.8s !important;
animation: fade-in 0.5s forwards;
animation-delay: 0.8s !important;
}
@keyframes fade-in {
0% {
-1
View File
@@ -1,4 +1,3 @@
const colors = require("tailwindcss/colors");
const {
default: flattenColorPalette,
} = require("tailwindcss/lib/util/flattenColorPalette");