From ecbac2c5ea4aecfb4d43d5beb20792f644e334d0 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Tue, 20 Oct 2020 19:08:17 -0400 Subject: Popup preview improvements (#947) * Move CSS * Update indent * Refactor HTML/CSS * Add support for editing the source text * Add WanaKana binding for input * Rename file --- ext/bg/popup-preview.html | 60 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 ext/bg/popup-preview.html (limited to 'ext/bg/popup-preview.html') diff --git a/ext/bg/popup-preview.html b/ext/bg/popup-preview.html new file mode 100644 index 00000000..61df0876 --- /dev/null +++ b/ext/bg/popup-preview.html @@ -0,0 +1,60 @@ + + + + + + Yomichan Popup Preview + + + + + + + + + + + + +
+
+
+
+ + 読め +
+
+
+ +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3