From 0deef008e5016061e879a9b675534965f55d8fd4 Mon Sep 17 00:00:00 2001 From: Ming Di Leom <2809763-curben@users.noreply.gitlab.com> Date: Mon, 25 Dec 2023 07:09:40 +0000 Subject: [PATCH] style(css): rebuild --- themes/chameleon/source/css/chameleon.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/themes/chameleon/source/css/chameleon.css b/themes/chameleon/source/css/chameleon.css index a71345f..f1375a4 100644 --- a/themes/chameleon/source/css/chameleon.css +++ b/themes/chameleon/source/css/chameleon.css @@ -235,7 +235,6 @@ border: solid; color: black; height: -moz-fit-content; - height: -webkit-fit-content; height: fit-content; left: 0; margin: auto; @@ -243,7 +242,6 @@ position: absolute; right: 0; width: -moz-fit-content; - width: -webkit-fit-content; width: fit-content; } :where(dialog:not([open])) { @@ -554,7 +552,6 @@ p code { pre { border-left: 0.1em solid var(--link-underline); padding-left: 1em; - max-width: -webkit-max-content; max-width: -moz-max-content; max-width: max-content; } @@ -586,7 +583,6 @@ blockquote { border-left: 0.1em solid #666; padding-left: 1em; margin: 1em 3em 1em 0em; - max-width: -webkit-max-content; max-width: -moz-max-content; max-width: max-content; } @@ -1145,7 +1141,6 @@ unhide (via JS) if Web Share API is supported */ padding: 5px; -webkit-user-select: none; -moz-user-select: none; - -ms-user-select: none; user-select: none; }