diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-10-13 12:14:53 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-10-13 12:15:25 -0400 |
commit | 2f88bcf82c4dd82d1dd2f035717effaa2673e3c2 (patch) | |
tree | 437f8f97629ea735089a8f7195b2cea09eadb894 /ext/bg/settings-popup-preview.html | |
parent | 320af99b7676a37157e2d7207756dd502e6be608 (diff) | |
parent | 1b96e69ea2bfe26ded82e2f058d30500290e9d2d (diff) |
Merge branch 'style-editor2'
#253
Diffstat (limited to 'ext/bg/settings-popup-preview.html')
-rw-r--r-- | ext/bg/settings-popup-preview.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bg/settings-popup-preview.html b/ext/bg/settings-popup-preview.html index 3d426f7a..07caa271 100644 --- a/ext/bg/settings-popup-preview.html +++ b/ext/bg/settings-popup-preview.html @@ -4,7 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1" /> <title>Yomichan Popup Preview</title> - <link rel="stylesheet" type="text/css" href="/fg/css/client.css"> + <link rel="stylesheet" type="text/css" href="/fg/css/client.css" id="client-css"> <style> html { transition: background-color 0.25s linear 0s, color 0.25s linear 0s; @@ -24,7 +24,7 @@ font-family: "Helvetica Neue", Helvetica, Arial ,sans-serif; font-size: 14px; } - iframe#yomichan-float { + iframe.yomichan-float { resize: none; } .vertical-align-outer { |