From 095a51a4d204312fb41ed4e982a11fd555945760 Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 18 Dec 2023 01:26:31 +0000 Subject: [PATCH] [setup] column-width is standard now --- ext/setup/style.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ext/setup/style.css b/ext/setup/style.css index bc460fa4..c12e323b 100644 --- a/ext/setup/style.css +++ b/ext/setup/style.css @@ -1,7 +1,5 @@ .setupblocks { column-width: 400px; - -moz-column-width: 400px; - -webkit-column-width: 400px; max-width: 1200px; margin: auto; } @@ -9,11 +7,7 @@ .setupblock { break-inside: avoid; - -moz-break-inside: avoid; - -webkit-break-inside: avoid; column-break-inside: avoid; - -moz-column-break-inside: avoid; - -webkit-column-break-inside: avoid; text-align: center; width: 90%; }