This commit is contained in:
Alex Yatskov 2016-03-28 19:30:03 -07:00
parent 7ec9e6fd88
commit 149e22baac

View File

@ -17,12 +17,15 @@
*/ */
.yomichan-popup { .yomichan-popup {
all: initial;
background-color: #fff; background-color: #fff;
border: 1px solid #999; border: 1px solid #999;
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-size: 1em;
max-height: 25em; max-height: 25em;
max-width: 30em; max-width: 35em;
overflow-y: scroll; overflow-y: scroll;
padding: 10px; padding: 10px;
position: fixed; position: fixed;
@ -32,12 +35,14 @@
.yomichan-def-expression { .yomichan-def-expression {
float: left; float: left;
font-weight: bold; font-family: serif;
font-size: 1.25em;
} }
.yomichan-def-reading { .yomichan-def-reading {
float: right; float: right;
font-weight: bold; font-family: serif;
font-size: 1.25em;
} }
.yomichan-def-glossary { .yomichan-def-glossary {