Fix kanji selection area being on top of tags (#1191)

This commit is contained in:
toasted-nutbread 2020-12-31 15:07:45 -05:00 committed by GitHub
parent 155b2b27f6
commit 369e4e40f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1252,6 +1252,8 @@ button.action-button[data-icon=source-term]::before {
line-height: 1;
padding: 0.01em;
vertical-align: top;
position: relative;
z-index: -1;
}
.kanji-glyph-data {
margin-top: 0.75em;