From 9c49c3a7d2484dd8fb8cf01d597ecb3127b61f38 Mon Sep 17 00:00:00 2001 From: sethburkart123 Date: Wed, 19 Jun 2024 18:53:45 +1000 Subject: [PATCH] refactor: Remove unused code, update box-shadow in injected.scss, and make timetable container responsive --- .eslintrc.json | 3 ++- src/css/injected.scss | 2 +- tailwind.config.js | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index ed490983..b9fb23bc 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -27,5 +27,6 @@ "tsx": "never" } ] - } + }, + "plugins": ["import"] } \ No newline at end of file diff --git a/src/css/injected.scss b/src/css/injected.scss index d1d9ede0..7d0fd6c8 100644 --- a/src/css/injected.scss +++ b/src/css/injected.scss @@ -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% { diff --git a/tailwind.config.js b/tailwind.config.js index a0b2ecc4..2cb6020e 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,4 +1,3 @@ -const colors = require("tailwindcss/colors"); const { default: flattenColorPalette, } = require("tailwindcss/lib/util/flattenColorPalette");