diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-08-26 02:44:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-26 02:44:43 +0000 |
commit | f25e1f1df3bcacd9a46e9816d320c5253bc10800 (patch) | |
tree | 5873b91f59f6065a1c959acd85ceb4366e676ab2 /ext | |
parent | 4946ba18ff493dbdb41441f162d1f221e89dc4c5 (diff) | |
parent | 45d28461d8b120c9a169a262ff724da42b95d654 (diff) |
Merge pull request #228 from dgisser/master
Increase yomitan popup size to fit content
Diffstat (limited to 'ext')
-rw-r--r-- | ext/css/action-popup.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/css/action-popup.css b/ext/css/action-popup.css index 143e50fa..a82d66bf 100644 --- a/ext/css/action-popup.css +++ b/ext/css/action-popup.css @@ -34,6 +34,7 @@ body { margin: 0; font-family: 'Segoe UI', Tahoma, sans-serif; font-size: var(--font-size); + width: max-content; } h3 { |