Skip to content

Commit

Permalink
feat(popup): Explicilty sets rikaikun to horizontal writing mode
Browse files Browse the repository at this point in the history
Avoids inheriting veritcal text styles from host page when they're overly broad.

Long term, shadow dom should help, and we should also make a popup position that works well for vertical text.

Fixes #613
  • Loading branch information
melink14 committed Jul 20, 2021
1 parent 30fcfb0 commit 3a8d1e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extension/css/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
padding: 4px;
position: absolute;
top: 5px;
writing-mode: horizontal-tb;
z-index: 99992;
}

Expand Down

0 comments on commit 3a8d1e4

Please sign in to comment.