mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Add bottom padding to selected tag badge as well
This commit is contained in:
parent
b628e9df75
commit
fc09212365
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue