diff --git a/webapp/templates/twitch-moderation.html b/webapp/templates/twitch-moderation.html index de8ce22..d2569fc 100644 --- a/webapp/templates/twitch-moderation.html +++ b/webapp/templates/twitch-moderation.html @@ -75,22 +75,11 @@ transition: opacity 0.2s; } #editModal.hidden, #addCommandModal.hidden { display: none; } - @media (min-width: 1536px) { - /* Étendre uniquement la page modération Twitch au-delà du max-w global */ - .twitch-wide-layout { - width: min(1920px, calc(100vw - 24px)); - margin-left: 50%; - transform: translateX(-50%); - } - .twitch-wide-layout .twitch-grid { - grid-template-columns: minmax(0, 1.35fr) minmax(0, 1.05fr) minmax(0, 1.05fr) minmax(320px, 0.95fr); - } - }
-Commandes et logs de modération pour {{ twitch_channel }}
@@ -146,7 +135,7 @@