theme: fix spacing for tag flyout in FF #413

This commit is contained in:
Sören Weber 2022-12-04 12:57:19 +01:00
parent f255f3a4d5
commit 9d4e3a9069
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -13,7 +13,7 @@
font-size: 0.8em; font-size: 0.8em;
font-weight: 400; font-weight: 400;
line-height: 2em; line-height: 2em;
margin: 0 0 8px 0; margin: 0 0 8px -1px;
margin-inline-end: 16px; margin-inline-end: 16px;
padding: 0 10px 0 12px; padding: 0 10px 0 12px;
position: relative; position: relative;
@ -24,7 +24,7 @@
border-style: solid; border-style: solid;
border-width: 1em 1em 1em 0; border-width: 1em 1em 1em 0;
content: ""; content: "";
left: -.99em; left: -1em;
height: 0; height: 0;
position: absolute; position: absolute;
top:0; top:0;