From a9d4c789311ee54f10ff2b483ad8804bd1de5286 Mon Sep 17 00:00:00 2001 From: maTh Date: Mon, 3 Oct 2022 16:26:53 +0200 Subject: Improved: Subscription Management: Show the position number (#4679) * the code * improvement * fix doubled parameter --- p/themes/base-theme/frss.rtl.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'p/themes/base-theme/frss.rtl.css') 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; } -- cgit v1.2.3