From 9b4be6692478012bc2e66e9366a2fe19c88e7fbe Mon Sep 17 00:00:00 2001 From: Arkerthan <arkerthan@mailbox.org> Date: Wed, 28 Feb 2024 15:52:55 +0100 Subject: [PATCH] CSS cleanup --- css/art/genAI.css | 14 +++++++------- css/gui/linksStrip.css | 4 ++-- css/rulesAssistant/raOptions.css | 2 +- css/rulesAssistant/raSummary.css | 6 +++--- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/css/art/genAI.css b/css/art/genAI.css index 8d111f780b4..e98f5a75b6b 100644 --- a/css/art/genAI.css +++ b/css/art/genAI.css @@ -18,17 +18,17 @@ } .rightArrow { - right: 0px; + right: 0; } .leftArrow { - left: 0px; + left: 0; } .arrow { display: none; position: absolute; - bottom: 0px; + bottom: 0; cursor: pointer; border: none; background: none; @@ -56,8 +56,8 @@ .ai-toolbar { display: none; position: absolute; - right: 0px; - top: 0px; + right: 0; + top: 0; } .ai-art-container:hover .ai-toolbar { @@ -79,7 +79,7 @@ } .zoom-in::after { - font-family: "tme-fa-icons"; + font-family: "tme-fa-icons"; content: " \e83c"; /* Zoom in icon */ } @@ -126,4 +126,4 @@ 100% { transform: translate(-50%, -50%) rotate(360deg); } -} \ No newline at end of file +} diff --git a/css/gui/linksStrip.css b/css/gui/linksStrip.css index 18f2a89ff08..30cb1511131 100644 --- a/css/gui/linksStrip.css +++ b/css/gui/linksStrip.css @@ -1,8 +1,8 @@ ul.choices-strip { display: inline; list-style-type: none; - padding: 0mm; - margin-left: 0em; + padding: 0; + margin-left: 0; } ul.choices-strip li { diff --git a/css/rulesAssistant/raOptions.css b/css/rulesAssistant/raOptions.css index 079895f20ae..d99648eb2ad 100644 --- a/css/rulesAssistant/raOptions.css +++ b/css/rulesAssistant/raOptions.css @@ -52,7 +52,7 @@ } .ra-onoffswitch-checkbox:checked + .ra-onoffswitch-label .ra-onoffswitch-switch { - right: 0px; + right: 0; background-color: #2D80E0; } diff --git a/css/rulesAssistant/raSummary.css b/css/rulesAssistant/raSummary.css index 1e3335da8d5..ceb1b3f31ee 100644 --- a/css/rulesAssistant/raSummary.css +++ b/css/rulesAssistant/raSummary.css @@ -27,20 +27,20 @@ .ra-sum thead th { position: sticky; - top: 0px; + top: 0; z-index: 1; background: #111; } .ra-sum thead th:first-child { position: sticky; - left: 0px; + left: 0; z-index: 2; } .ra-sum tbody th { position: sticky; - left: 0px; + left: 0; z-index: 1; background: #111; } -- GitLab