From feb92bb11f2b182fa7841bfb88021058ad71273f Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Fri, 31 May 2024 15:21:38 -0700 Subject: [PATCH] refactor: Flash page css clean up duplicates --- emhttp/plugins/dynamix/sheets/Flash-azure.css | 8 -------- emhttp/plugins/dynamix/sheets/Flash-black.css | 8 -------- emhttp/plugins/dynamix/sheets/Flash-gray.css | 8 -------- emhttp/plugins/dynamix/sheets/Flash-white.css | 8 -------- emhttp/plugins/dynamix/sheets/Flash.css | 18 ++++++++++++++++++ 5 files changed, 18 insertions(+), 32 deletions(-) delete mode 100644 emhttp/plugins/dynamix/sheets/Flash-azure.css delete mode 100644 emhttp/plugins/dynamix/sheets/Flash-black.css delete mode 100644 emhttp/plugins/dynamix/sheets/Flash-gray.css delete mode 100644 emhttp/plugins/dynamix/sheets/Flash-white.css diff --git a/emhttp/plugins/dynamix/sheets/Flash-azure.css b/emhttp/plugins/dynamix/sheets/Flash-azure.css deleted file mode 100644 index da6480d05..000000000 --- a/emhttp/plugins/dynamix/sheets/Flash-azure.css +++ /dev/null @@ -1,8 +0,0 @@ -span.wrap { - display: inline-block; - width: 150px; -} -select.clone { - min-width: 145px; - margin-right: 0; -} diff --git a/emhttp/plugins/dynamix/sheets/Flash-black.css b/emhttp/plugins/dynamix/sheets/Flash-black.css deleted file mode 100644 index 781f2bbef..000000000 --- a/emhttp/plugins/dynamix/sheets/Flash-black.css +++ /dev/null @@ -1,8 +0,0 @@ -span.wrap { - display: inline-block; - width: 128px; -} -select.clone { - min-width: 123px; - margin-right: 0; -} diff --git a/emhttp/plugins/dynamix/sheets/Flash-gray.css b/emhttp/plugins/dynamix/sheets/Flash-gray.css deleted file mode 100644 index da6480d05..000000000 --- a/emhttp/plugins/dynamix/sheets/Flash-gray.css +++ /dev/null @@ -1,8 +0,0 @@ -span.wrap { - display: inline-block; - width: 150px; -} -select.clone { - min-width: 145px; - margin-right: 0; -} diff --git a/emhttp/plugins/dynamix/sheets/Flash-white.css b/emhttp/plugins/dynamix/sheets/Flash-white.css deleted file mode 100644 index 781f2bbef..000000000 --- a/emhttp/plugins/dynamix/sheets/Flash-white.css +++ /dev/null @@ -1,8 +0,0 @@ -span.wrap { - display: inline-block; - width: 128px; -} -select.clone { - min-width: 123px; - margin-right: 0; -} diff --git a/emhttp/plugins/dynamix/sheets/Flash.css b/emhttp/plugins/dynamix/sheets/Flash.css index e725727fa..21d7b0a92 100644 --- a/emhttp/plugins/dynamix/sheets/Flash.css +++ b/emhttp/plugins/dynamix/sheets/Flash.css @@ -16,3 +16,21 @@ span.clone, i.clone { margin-right: 4px; } + +span.wrap { + display: inline-block; + width: 128px; +} +select.clone { + min-width: 123px; + margin-right: 0; +} + +.Theme--sidebar { + span.wrap { + width: 150px; + } + select.clone { + min-width: 145px; + } +}