From 1b3b33078e5e1d6ee638ca56d9d6094858472dec Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 17 Apr 2016 09:36:06 -0700 Subject: Appearance tweaking --- ext/fg/css/client.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'ext/fg') 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; } -- cgit v1.2.3