diff options
| author | 2022-10-29 22:24:03 +0200 | |
|---|---|---|
| committer | 2022-10-29 22:24:03 +0200 | |
| commit | 024495fb1f991d29344c3ccce3c228102d0c0408 (patch) | |
| tree | fbebbeb6fe97f99054d8abf7d7cc7a8169fb943d /p/themes/Ansum | |
| parent | fc3ed3662ad18fab3887fd5897bb7aeb065dd0f2 (diff) | |
fix: unread counter (#4788)
* fix
* fix
* fix
Diffstat (limited to 'p/themes/Ansum')
| -rw-r--r-- | p/themes/Ansum/_sidebar.scss | 4 | ||||
| -rw-r--r-- | p/themes/Ansum/ansum.css | 4 | ||||
| -rw-r--r-- | p/themes/Ansum/ansum.rtl.css | 4 | ||||
| -rw-r--r-- | p/themes/Ansum/icons/down.svg | 29 |
4 files changed, 22 insertions, 19 deletions
diff --git a/p/themes/Ansum/_sidebar.scss b/p/themes/Ansum/_sidebar.scss index 164f61da0..7aaa6b0a8 100644 --- a/p/themes/Ansum/_sidebar.scss +++ b/p/themes/Ansum/_sidebar.scss @@ -18,7 +18,7 @@ box-shadow: inset -1px -11px 8px #0003; .tree-folder-title { - padding: 12px 16px; + padding: 1rem; background: variables.$sid-bg; position: relative; font-size: 0.85rem; @@ -232,7 +232,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/Ansum/ansum.css b/p/themes/Ansum/ansum.css index bab784b98..6d6deae0c 100644 --- a/p/themes/Ansum/ansum.css +++ b/p/themes/Ansum/ansum.css @@ -462,7 +462,7 @@ form th { box-shadow: inset -1px -11px 8px rgba(0, 0, 0, 0.2); } .tree .tree-folder .tree-folder-title { - padding: 12px 16px; + padding: 1rem 1rem; background: #fbf9f6; position: relative; font-size: 0.85rem; @@ -616,7 +616,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(35, 35, 0, 0.15); } diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css index 53b4c4bb0..9bf9d2e9a 100644 --- a/p/themes/Ansum/ansum.rtl.css +++ b/p/themes/Ansum/ansum.rtl.css @@ -462,7 +462,7 @@ form th { box-shadow: inset 1px -11px 8px rgba(0, 0, 0, 0.2); } .tree .tree-folder .tree-folder-title { - padding: 12px 16px; + padding: 1rem 1rem; background: #fbf9f6; position: relative; font-size: 0.85rem; @@ -616,7 +616,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(35, 35, 0, 0.15); } diff --git a/p/themes/Ansum/icons/down.svg b/p/themes/Ansum/icons/down.svg index 5c732e199..ee1fc8072 100644 --- a/p/themes/Ansum/icons/down.svg +++ b/p/themes/Ansum/icons/down.svg @@ -1,19 +1,19 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="16" - height="10" - viewBox="0 0 16 10" + height="16" + viewBox="0 0 16 16" version="1.1" id="svg5" sodipodi:docname="down.svg" - inkscape:version="0.92.3 (unknown)"> + inkscape:version="1.2 (dc2aedaf03, 2022-05-15)" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> <metadata id="metadata11"> <rdf:RDF> @@ -22,7 +22,6 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> </cc:Work> </rdf:RDF> </metadata> @@ -47,9 +46,13 @@ inkscape:window-x="0" inkscape:window-y="27" inkscape:window-maximized="1" - inkscape:current-layer="svg5" /> + inkscape:current-layer="svg5" + inkscape:showpageshadow="2" + inkscape:pagecheckerboard="0" + inkscape:deskcolor="#d1d1d1" /> <g - id="surface2"> + id="surface2" + transform="translate(-0.09375,3.091797)"> <path style="fill:#515151;fill-opacity:1;fill-rule:nonzero;stroke:none" d="M 1.800781,0.347656 0.386719,1.761719 8.09375,9.46875 15.800781,1.761719 14.386719,0.347656 8.09375,6.640625 Z m 0,0" |
