Fixing styles

This commit is contained in:
Alex Yatskov 2016-03-28 21:44:39 -07:00
parent 002e009168
commit 93eaed39c1

View File

@ -23,11 +23,10 @@
box-shadow: 0 0 10px rgba(0, 0, 0, .5); box-shadow: 0 0 10px rgba(0, 0, 0, .5);
color: #000; color: #000;
font-family: sans-serif; font-family: sans-serif;
font-size: 1em; font-size: 12pt;
max-height: 25em; max-height: 300px;
max-width: 35em; max-width: 500px;
min-height: 10em; min-width: 200px;
min-width: 15em;
overflow-y: auto; overflow-y: auto;
padding: 10px; padding: 10px;
position: fixed; position: fixed;
@ -38,13 +37,13 @@
.yomichan-def-expression { .yomichan-def-expression {
float: left; float: left;
font-family: serif; font-family: serif;
font-size: 1.25em; font-size: 16pt;
} }
.yomichan-def-reading { .yomichan-def-reading {
float: right; float: right;
font-family: serif; font-family: serif;
font-size: 1.25em; font-size: 16pt;
} }
.yomichan-def-glossary { .yomichan-def-glossary {