Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

Commit

Permalink
Fix kanji selection area being on top of tags (#1191)
Browse files Browse the repository at this point in the history
  • Loading branch information
toasted-nutbread authored Dec 31, 2020
1 parent 155b2b2 commit 369e4e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/mixed/css/display.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 369e4e4

Please sign in to comment.