From d489a4fa1853b1e1a1c10ecadfcf42679f2bceb5 Mon Sep 17 00:00:00 2001 From: Shish Date: Tue, 19 Dec 2023 12:08:39 +0000 Subject: [PATCH] [user_config] remove redundant overrides --- ext/user_config/style.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ext/user_config/style.css b/ext/user_config/style.css index bc460fa4..c12e323b 100644 --- a/ext/user_config/style.css +++ b/ext/user_config/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%; }