summaryrefslogtreecommitdiff
path: root/ext/fg/css
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-04-17 09:36:06 -0700
committerAlex Yatskov <alex@foosoft.net>2016-04-17 09:36:06 -0700
commit1b3b33078e5e1d6ee638ca56d9d6094858472dec (patch)
treeae69b20bab02b412921b3e245382d538d4b390c4 /ext/fg/css
parentc353ec04bc2b2e977d0788f676b5696dd5cf96dc (diff)
Appearance tweaking
Diffstat (limited to 'ext/fg/css')
-rw-r--r--ext/fg/css/client.css18
1 files changed, 9 insertions, 9 deletions
diff --git a/ext/fg/css/client.css b/ext/fg/css/client.css
index 0262e820..16079a42 100644
--- a/ext/fg/css/client.css
+++ b/ext/fg/css/client.css
@@ -17,13 +17,13 @@
*/
iframe.yomichan-popup {
- all: initial;
- border: 1px solid #999;
- box-shadow: 0 0 10px rgba(0, 0, 0, .5);
- height: 300px;
- width: 500px;
- resize: both;
- position: fixed;
- visibility: hidden;
- z-index: 256;
+ all: initial;
+ border: 1px solid #999;
+ box-shadow: 0 0 10px rgba(0, 0, 0, .5);
+ height: 250px;
+ position: fixed;
+ resize: both;
+ visibility: hidden;
+ width: 400px;
+ z-index: 2147483647;
}