From c0c9aef10e30a4d20397b41e84efab185fac680c Mon Sep 17 00:00:00 2001 From: fynnfeldpausch Date: Mon, 24 Jun 2024 13:20:56 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20haiilo/c?= =?UTF-8?q?atalyst@76d76cc8ef2b7cfddb1a0d17968d9db58f8b997d=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/catalyst.css | 10 ++++++++++ build/{p-b4299056.css => p-f4e81e33.css} | 10 ++++++++++ index.html | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) rename build/{p-b4299056.css => p-f4e81e33.css} (99%) diff --git a/build/catalyst.css b/build/catalyst.css index 60ff09c1..76cbe3a3 100644 --- a/build/catalyst.css +++ b/build/catalyst.css @@ -2762,11 +2762,21 @@ code { flex-direction: row; } +.cat-flex-row-rev { + display: flex; + flex-direction: row-reverse; +} + .cat-flex-col { display: flex; flex-direction: column; } +.cat-flex-col-rev { + display: flex; + flex-direction: column-reverse; +} + .cat-flex-1 { flex: 1 1 0%; } diff --git a/build/p-b4299056.css b/build/p-f4e81e33.css similarity index 99% rename from build/p-b4299056.css rename to build/p-f4e81e33.css index 60ff09c1..76cbe3a3 100644 --- a/build/p-b4299056.css +++ b/build/p-f4e81e33.css @@ -2762,11 +2762,21 @@ code { flex-direction: row; } +.cat-flex-row-rev { + display: flex; + flex-direction: row-reverse; +} + .cat-flex-col { display: flex; flex-direction: column; } +.cat-flex-col-rev { + display: flex; + flex-direction: column-reverse; +} + .cat-flex-1 { flex: 1 1 0%; } diff --git a/index.html b/index.html index 99f51cfc..2e3ef162 100644 --- a/index.html +++ b/index.html @@ -40,7 +40,7 @@ 'select.empty': 'No items', 'select.open': 'Open' }); -