mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix timetable overlapping width
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
+10
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user