theme: fix spacing for tag flyout in Firefox #92

This commit is contained in:
Sören Weber 2021-09-29 22:46:16 +02:00
parent cbc75a99fa
commit 85501d1ee7
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -28,7 +28,7 @@
content: ""; content: "";
position: absolute; position: absolute;
top:0; top:0;
left: -1em; left: -.99em;
width: 0; width: 0;
height: 0; height: 0;
border-color: transparent #8451a1 transparent transparent; border-color: transparent #8451a1 transparent transparent;