From 496d3a1a486c23345ca5e9022980a9f89151bb49 Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Sun, 29 Sep 2024 10:28:28 +0200 Subject: Improved: Subscription management page (#6816) * i18n: Add an RSS feed -> Add a feed * manage mouse title for category * no white space between manage icon and favicon and title * add feed link: use icon instead of plus character * better CSS class for empty category and its alert text box * show muted icon and warning icon * the CSS magic incl. the themes improvements * fix * mute icon is more important than warning * feed mouse hover title * fix feed navigation sidebar: show error * fix btn with icon and text * fix aside feed: muted icon over warning icon --- p/themes/Swage/swage.css | 2 -- p/themes/Swage/swage.rtl.css | 2 -- p/themes/Swage/swage.scss | 2 -- 3 files changed, 6 deletions(-) (limited to 'p/themes/Swage') diff --git a/p/themes/Swage/swage.css b/p/themes/Swage/swage.css index 0c1e13194..d30e427dd 100644 --- a/p/themes/Swage/swage.css +++ b/p/themes/Swage/swage.css @@ -468,7 +468,6 @@ form th { } .box .box-title { margin: 0; - padding: 7px 10px; background-color: var(--color-background-aside); color: var(--color-text-light); border-bottom: 1px solid var(--color-border-light-darker); @@ -483,7 +482,6 @@ form th { filter: invert(56%) sepia(87%) saturate(1185%) hue-rotate(327deg) brightness(104%) contrast(96%); } .box .box-content { - padding-left: 30px; max-height: 260px; } .box .box-content .item { diff --git a/p/themes/Swage/swage.rtl.css b/p/themes/Swage/swage.rtl.css index 77967fa76..e8656d48f 100644 --- a/p/themes/Swage/swage.rtl.css +++ b/p/themes/Swage/swage.rtl.css @@ -468,7 +468,6 @@ form th { } .box .box-title { margin: 0; - padding: 7px 10px; background-color: var(--color-background-aside); color: var(--color-text-light); border-bottom: 1px solid var(--color-border-light-darker); @@ -483,7 +482,6 @@ form th { filter: invert(56%) sepia(87%) saturate(1185%) hue-rotate(327deg) brightness(104%) contrast(96%); } .box .box-content { - padding-right: 30px; max-height: 260px; } .box .box-content .item { diff --git a/p/themes/Swage/swage.scss b/p/themes/Swage/swage.scss index 8d748327c..ea7049086 100644 --- a/p/themes/Swage/swage.scss +++ b/p/themes/Swage/swage.scss @@ -599,7 +599,6 @@ form { .box-title { margin: 0; - padding: 7px 10px; background-color: var(--color-background-aside); color: var(--color-text-light); border-bottom: 1px solid var(--color-border-light-darker); @@ -620,7 +619,6 @@ form { } .box-content { - padding-left: 30px; max-height: 260px; .item { -- cgit v1.2.3