From 024495fb1f991d29344c3ccce3c228102d0c0408 Mon Sep 17 00:00:00 2001 From: maTh Date: Sat, 29 Oct 2022 22:24:03 +0200 Subject: fix: unread counter (#4788) * fix * fix * fix --- p/themes/Mapco/_sidebar.scss | 4 ++-- p/themes/Mapco/icons/down.svg | 31 +++++++++++++++++++++++++++++-- p/themes/Mapco/mapco.css | 4 ++-- p/themes/Mapco/mapco.rtl.css | 4 ++-- 4 files changed, 35 insertions(+), 8 deletions(-) (limited to 'p/themes/Mapco') diff --git a/p/themes/Mapco/_sidebar.scss b/p/themes/Mapco/_sidebar.scss index 6d4736e55..77438c836 100644 --- a/p/themes/Mapco/_sidebar.scss +++ b/p/themes/Mapco/_sidebar.scss @@ -18,7 +18,7 @@ border-bottom: 1px solid variables.$sid-sep; .tree-folder-title { - padding: 12px 16px; + padding: 1rem; background: variables.$sid-bg; position: relative; font-size: 0.85rem; @@ -231,7 +231,7 @@ } .aside.aside_feed .category .title:not([data-unread="0"])::after { - margin: 1.5em 0 0 0; + margin: 1rem 0 0 0; background-color: variables.$sid-pills; } diff --git a/p/themes/Mapco/icons/down.svg b/p/themes/Mapco/icons/down.svg index 2ffcf409b..f9e06de8a 100644 --- a/p/themes/Mapco/icons/down.svg +++ b/p/themes/Mapco/icons/down.svg @@ -1,3 +1,30 @@ - - + + + + + diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css index f9fd4c4fb..7b5f81057 100644 --- a/p/themes/Mapco/mapco.css +++ b/p/themes/Mapco/mapco.css @@ -474,7 +474,7 @@ form th { border-bottom: 1px solid #3f3f3f; } .tree .tree-folder .tree-folder-title { - padding: 12px 16px; + padding: 1rem; background: #303136; position: relative; font-size: 0.85rem; @@ -628,7 +628,7 @@ form th { } .aside.aside_feed .category .title:not([data-unread="0"])::after { - margin: 1.5em 0 0 0; + margin: 1rem 0 0 0; background-color: rgba(0, 0, 0, 0.25); } diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css index 16e9fc8d2..5b1a980c3 100644 --- a/p/themes/Mapco/mapco.rtl.css +++ b/p/themes/Mapco/mapco.rtl.css @@ -474,7 +474,7 @@ form th { border-bottom: 1px solid #3f3f3f; } .tree .tree-folder .tree-folder-title { - padding: 12px 16px; + padding: 1rem; background: #303136; position: relative; font-size: 0.85rem; @@ -628,7 +628,7 @@ form th { } .aside.aside_feed .category .title:not([data-unread="0"])::after { - margin: 1.5em 0 0 0; + margin: 1rem 0 0 0; background-color: rgba(0, 0, 0, 0.25); } -- cgit v1.2.3