From 99618781bc8d3bd0c6b35f100a2ca2659ca3c626 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Sun, 24 Dec 2023 07:31:23 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Reformat=20CSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/compiled/main.css | 4 ++-- assets/css/main.css | 26 ++++++++++++++------------ 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index 401eb285..21c35a22 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1188,8 +1188,8 @@ body:has(#menu-controller:checked) { .copy-button { visibility: hidden; position: absolute; - right: 0px; top: 0px; + right: 0px; z-index: 10; width: 5rem; cursor: pointer; @@ -1240,7 +1240,7 @@ body:has(#menu-controller:checked) { /* Fix long KaTeX equations on mobile (see https://katex.org/docs/issues.html#css-customization) */ .katex-display { - overflow: auto hidden + overflow: auto hidden; } /* Fix long tables breaking out of article on mobile */ diff --git a/assets/css/main.css b/assets/css/main.css index 4a731e4e..ee3a0f89 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -67,7 +67,7 @@ body:has(#menu-controller:checked) { .toc ul, .toc li { - @apply list-none px-0 leading-snug; + @apply px-0 leading-snug list-none; } .toc ul ul { @apply ps-4; @@ -90,7 +90,7 @@ body:has(#menu-controller:checked) { @apply visible; } .copy-button { - @apply invisible absolute right-0 top-0 z-10 w-20 cursor-pointer whitespace-nowrap rounded-bl-md rounded-tr-md bg-neutral-200 py-1 font-mono text-sm text-neutral-700 opacity-90 dark:bg-neutral-600 dark:text-neutral-200; + @apply absolute top-0 right-0 z-10 invisible w-20 py-1 font-mono text-sm cursor-pointer whitespace-nowrap rounded-bl-md rounded-tr-md bg-neutral-200 text-neutral-700 opacity-90 dark:bg-neutral-600 dark:text-neutral-200; } .copy-button:hover, .copy-button:focus, @@ -103,37 +103,39 @@ body:has(#menu-controller:checked) { } /* Fix long KaTeX equations on mobile (see https://katex.org/docs/issues.html#css-customization) */ -.katex-display { overflow: auto hidden } +.katex-display { + overflow: auto hidden; +} /* Fix long tables breaking out of article on mobile */ table { - display: block; - overflow: auto; + display: block; + overflow: auto; } /* Fix long inline code sections breaking out of article on mobile */ code { - word-wrap: break-word; /* All browsers since IE 5.5+ */ - overflow-wrap: break-word; /* Renamed property in CSS3 draft spec */ + word-wrap: break-word; /* All browsers since IE 5.5+ */ + overflow-wrap: break-word; /* Renamed property in CSS3 draft spec */ } /* -- Chroma Highlight -- */ /* Background */ .chroma { - @apply rounded-md bg-neutral-50 py-3 text-neutral-700 dark:bg-neutral-700 dark:text-neutral-200; + @apply py-3 rounded-md bg-neutral-50 text-neutral-700 dark:bg-neutral-700 dark:text-neutral-200; } .chroma pre { - @apply m-0 p-0; + @apply p-0 m-0; } /* LineTable */ .chroma .lntable { - @apply m-0 block w-auto overflow-auto text-base; + @apply block w-auto m-0 overflow-auto text-base; } /* LineNumbersTable */ /* LineNumbers */ .chroma .lnt, .chroma .ln { - @apply mr-2 px-2 text-neutral-600 dark:text-neutral-300; + @apply px-2 mr-2 text-neutral-600 dark:text-neutral-300; } .chroma .lntd { @apply p-0 align-top; @@ -295,7 +297,7 @@ code { } /* CommentHashbang */ .chroma .ch { - @apply font-semibold italic text-neutral-500 dark:text-neutral-400; + @apply italic font-semibold text-neutral-500 dark:text-neutral-400; } /* GenericEmph */ .chroma .ge {