From 9bf4060cd8b912b8908a4f958bdab6cc5f36b56c Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Sun, 26 Nov 2023 10:42:33 +1100 Subject: [PATCH] fix timetable overlapping width --- src/SEQTA.js | 5 +++++ src/css/injected.scss | 11 ++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/src/SEQTA.js b/src/SEQTA.js index 6edde5b6..bd7b65ca 100644 --- a/src/SEQTA.js +++ b/src/SEQTA.js @@ -773,6 +773,11 @@ export function AppendElementsToDisabledPage() { .outside-container { top: 48px !important; } + #ExtensionPopup { + border-radius: 1rem; + box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.6); + transform-origin: 70% 0; + } `; document.head.append(settingsStyle); } diff --git a/src/css/injected.scss b/src/css/injected.scss index 4f610995..02e03751 100644 --- a/src/css/injected.scss +++ b/src/css/injected.scss @@ -1285,9 +1285,18 @@ iframe.userHTML { color: #000 !important; } div.entry.class { - width: 100% !important; border-radius: 0.25rem; } + +div.entry.class { + width: 100% !important; +} +div.entry.class[style*="left: 46.5%"] { + left: 50% !important; +} +div.entry.class[style*="width: 46.5%"] { + width: 50% !important; +} .timetablepage .dailycal > .content > .wrapper > .days > tbody > tr > td > .entriesWrapper { min-width: 0; width: auto !important;