From a3c4da866505ff12a36785e550ef07662ab419eb Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Fri, 31 May 2024 16:35:13 -0700 Subject: [PATCH] refactor: UserList page css clean up duplicates --- emhttp/plugins/dynamix/sheets/UserList-black.css | 3 --- emhttp/plugins/dynamix/sheets/UserList-white.css | 3 --- emhttp/plugins/dynamix/sheets/UserList.css | 7 +++++++ 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 emhttp/plugins/dynamix/sheets/UserList-black.css delete mode 100644 emhttp/plugins/dynamix/sheets/UserList-white.css diff --git a/emhttp/plugins/dynamix/sheets/UserList-black.css b/emhttp/plugins/dynamix/sheets/UserList-black.css deleted file mode 100644 index ef24ece87..000000000 --- a/emhttp/plugins/dynamix/sheets/UserList-black.css +++ /dev/null @@ -1,3 +0,0 @@ -div#title { - margin-top: -30px !important; -} diff --git a/emhttp/plugins/dynamix/sheets/UserList-white.css b/emhttp/plugins/dynamix/sheets/UserList-white.css deleted file mode 100644 index ef24ece87..000000000 --- a/emhttp/plugins/dynamix/sheets/UserList-white.css +++ /dev/null @@ -1,3 +0,0 @@ -div#title { - margin-top: -30px !important; -} diff --git a/emhttp/plugins/dynamix/sheets/UserList.css b/emhttp/plugins/dynamix/sheets/UserList.css index 1a131258b..70479a9a4 100644 --- a/emhttp/plugins/dynamix/sheets/UserList.css +++ b/emhttp/plugins/dynamix/sheets/UserList.css @@ -2,3 +2,10 @@ a.info span { top: 66px; left: 42px; } + +.Theme--black, +.Theme--white { + div#title { + margin-top: -30px !important; + } +}