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/Mapco | |
| parent | fc3ed3662ad18fab3887fd5897bb7aeb065dd0f2 (diff) | |
fix: unread counter (#4788)
* fix
* fix
* fix
Diffstat (limited to 'p/themes/Mapco')
| -rw-r--r-- | p/themes/Mapco/_sidebar.scss | 4 | ||||
| -rw-r--r-- | p/themes/Mapco/icons/down.svg | 31 | ||||
| -rw-r--r-- | p/themes/Mapco/mapco.css | 4 | ||||
| -rw-r--r-- | p/themes/Mapco/mapco.rtl.css | 4 |
4 files changed, 35 insertions, 8 deletions
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 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="10"> - <path fill="#666" d="M1.8.348.388 1.762l7.707 7.707L15.8 1.762 14.387.348 8.094 6.64Zm0 0"/> +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + width="16" + height="16" + version="1.1" + id="svg5269" + sodipodi:docname="down.svg" + 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"> + <defs + id="defs5273" /> + <sodipodi:namedview + id="namedview5271" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:showpageshadow="2" + inkscape:pageopacity="0.0" + inkscape:pagecheckerboard="0" + inkscape:deskcolor="#d1d1d1" + showgrid="false" + inkscape:current-layer="svg5269" /> + <path + fill="#666666" + d="m 1.706,3.4395 -1.412,1.414 7.707,7.707 7.705,-7.707 L 14.293,3.4395 8,9.7315 Z m 0,0" + id="path5267" /> </svg> 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); } |
