aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/frss.rtl.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-10-03 16:26:53 +0200
committerGravatar GitHub <noreply@github.com> 2022-10-03 16:26:53 +0200
commita9d4c789311ee54f10ff2b483ad8804bd1de5286 (patch)
tree05bb3977c5aa2fe1a328866657f818cca8441e3a /p/themes/base-theme/frss.rtl.css
parent3b54f8cd8196728df14590bfb1560dd4f6aaf685 (diff)
Improved: Subscription Management: Show the position number (#4679)
* the code * improvement * fix doubled parameter
Diffstat (limited to 'p/themes/base-theme/frss.rtl.css')
-rw-r--r--p/themes/base-theme/frss.rtl.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css
index 718b888d9..00eeba2cb 100644
--- a/p/themes/base-theme/frss.rtl.css
+++ b/p/themes/base-theme/frss.rtl.css
@@ -1800,6 +1800,22 @@ input:checked + .slide-container .properties {
font-weight: initial;
}
+.box .box-title .configure:not([data-cat-position=""])::after {
+ margin: 0.5rem 0px 0px;
+ padding: 5px 10px;
+ min-width: 20px;
+ display: block;
+ content: attr(data-cat-position);
+ position: absolute;
+ top: 0px;
+ left: 10px;
+ text-align: center;
+ font-size: 0.75rem;
+ border-radius: 12px;
+ line-height: 1;
+ font-weight: initial;
+}
+
.feed .item-title:not([data-unread="0"])::after {
margin: 1em 0 0 0;
}