summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-03-28 21:44:39 -0700
committerAlex Yatskov <alex@foosoft.net>2016-03-28 21:44:39 -0700
commit93eaed39c167cc8890924b952f18db8043d658a1 (patch)
tree2cde84ccab3b3ec5a5576343a22228170d884e29 /ext
parent002e0091683390fff78b1738a382940311a73c9b (diff)
Fixing styles
Diffstat (limited to 'ext')
-rw-r--r--ext/client.css13
1 files changed, 6 insertions, 7 deletions
diff --git a/ext/client.css b/ext/client.css
index 939fb81a..ce1ae9a9 100644
--- a/ext/client.css
+++ b/ext/client.css
@@ -23,11 +23,10 @@
box-shadow: 0 0 10px rgba(0, 0, 0, .5);
color: #000;
font-family: sans-serif;
- font-size: 1em;
- max-height: 25em;
- max-width: 35em;
- min-height: 10em;
- min-width: 15em;
+ font-size: 12pt;
+ max-height: 300px;
+ max-width: 500px;
+ min-width: 200px;
overflow-y: auto;
padding: 10px;
position: fixed;
@@ -38,13 +37,13 @@
.yomichan-def-expression {
float: left;
font-family: serif;
- font-size: 1.25em;
+ font-size: 16pt;
}
.yomichan-def-reading {
float: right;
font-family: serif;
- font-size: 1.25em;
+ font-size: 16pt;
}
.yomichan-def-glossary {