Add bottom padding to selected tag badge as well

This commit is contained in:
Henrik Giesel 2021-09-08 01:38:10 +02:00
parent b628e9df75
commit fc09212365
2 changed files with 2 additions and 1 deletions

View file

@ -46,7 +46,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
} }
:global(svg) { :global(svg) {
padding: 0px 1px 2px; padding-bottom: 2px;
cursor: pointer; cursor: pointer;
fill: currentColor; fill: currentColor;
opacity: 0.6; opacity: 0.6;

View file

@ -60,6 +60,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
line-height: 1; line-height: 1;
:global(svg) { :global(svg) {
padding-bottom: 2px;
cursor: pointer; cursor: pointer;
fill: currentColor; fill: currentColor;
opacity: 0.6; opacity: 0.6;