spacing fixed

This commit is contained in:
2026-08-16 22:04:34 +02:00
parent 17e7cc4ec8
commit fb22cdc920
+4 -31
View File
@@ -166,6 +166,7 @@ strong { color:#BBCCEE; background-color:#334444; font-weight:normal;}
table.layout-main {
display: block !important;
width: 100% !important;
height: auto !important;
}
table.layout-main > tbody,
table.layout-main > tbody > tr {
@@ -196,37 +197,9 @@ strong { color:#BBCCEE; background-color:#334444; font-weight:normal;}
padding: 2px 10px !important;
}
/* Rechte Sidebar: Volle Breite, unter Content */
td.sidebar-right {
width: 100% !important;
padding: 8px !important;
}
td.sidebar-right > table {
width: 100% !important;
}
td.sidebar-right > table > tbody > tr > td > table {
display: block !important;
width: 100% !important;
}
td.sidebar-right > table > tbody > tr > td > table > tbody > tr {
display: flex !important;
flex-wrap: wrap;
align-items: flex-start;
}
td.sidebar-right > table > tbody > tr > td > table > tbody > tr > td {
display: block !important;
}
td.sidebar-right > table > tbody > tr > td > table > tbody > tr > td:first-child {
flex: 1 !important;
min-width: 0 !important;
width: auto !important;
}
td.sidebar-right > table > tbody > tr > td > table > tbody > tr > td:last-child {
display: none !important;
}
/* Navigation in sidebar-right auf Mobile ausblenden */
.sidebar-right .nav-toggle {
/* Rechte Sidebar ausblenden */
td.sidebar-right,
td.sidebar-right * {
display: none !important;
}