mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
refactor: Remove unused code, update box-shadow in injected.scss, and make timetable container responsive
This commit is contained in:
+2
-1
@@ -27,5 +27,6 @@
|
|||||||
"tsx": "never"
|
"tsx": "never"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"plugins": ["import"]
|
||||||
}
|
}
|
||||||
@@ -2966,8 +2966,8 @@ body:has(.outside-container:not(.hide)) #AddedSettings.tooltip:hover > .tooltipt
|
|||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|
||||||
animation-delay: 0.8s !important;
|
|
||||||
animation: fade-in 0.5s forwards;
|
animation: fade-in 0.5s forwards;
|
||||||
|
animation-delay: 0.8s !important;
|
||||||
}
|
}
|
||||||
@keyframes fade-in {
|
@keyframes fade-in {
|
||||||
0% {
|
0% {
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
const colors = require("tailwindcss/colors");
|
|
||||||
const {
|
const {
|
||||||
default: flattenColorPalette,
|
default: flattenColorPalette,
|
||||||
} = require("tailwindcss/lib/util/flattenColorPalette");
|
} = require("tailwindcss/lib/util/flattenColorPalette");
|
||||||
|
|||||||
Reference in New Issue
Block a user