From c26514935702006defd4569ba6d12f87eea11595 Mon Sep 17 00:00:00 2001 From: Mow910 Date: Wed, 18 Mar 2026 20:45:38 +0100 Subject: [PATCH] Enhance Twitch moderation template layout by introducing a new responsive design for larger screens. Added a 'twitch-wide-layout' class to improve overall layout and grid structure, ensuring better usability on wider displays. --- webapp/templates/twitch-moderation.html | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/webapp/templates/twitch-moderation.html b/webapp/templates/twitch-moderation.html index d2569fc..de8ce22 100644 --- a/webapp/templates/twitch-moderation.html +++ b/webapp/templates/twitch-moderation.html @@ -75,11 +75,22 @@ 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); + } + }
-
+

Modération Twitch

Commandes et logs de modération pour {{ twitch_channel }}

@@ -135,7 +146,7 @@
-
+