Sync global-autoresponder current state

This commit is contained in:
Marek Miklewicz
2026-07-04 15:16:50 +02:00
parent 196ee224fe
commit af775ce976
47 changed files with 1165 additions and 1037 deletions
+17 -1
View File
@@ -1 +1,17 @@
@import url("enhanced.css");
.wrap {
width: 100% !important;
max-width: none !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.main-section,
.schedule-panel {
width: 100%;
max-width: none;
}
.schedule-scroll { overflow-x: auto; padding-bottom: 2px; }
.schedule-grid { grid-template-columns: repeat(2, minmax(460px, 1fr)); min-width: 960px; }
@media (min-width: 1240px) {
.schedule-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); min-width: 0; }
}