Appearance tweaking

This commit is contained in:
Alex Yatskov 2016-04-17 09:36:06 -07:00
parent c353ec04bc
commit 1b3b33078e
3 changed files with 10 additions and 15 deletions

View File

@ -5,11 +5,7 @@ templates['defs.html'] = template({"1":function(container,depth0,helpers,partial
return " <div class=\"definition\">\n"
+ ((stack1 = container.invokePartial(partials["term.html"],depth0,{"name":"term.html","data":data,"indent":" ","helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
+ " "
+ ((stack1 = helpers.unless.call(depth0 != null ? depth0 : {},(data && data.last),{"name":"unless","hash":{},"fn":container.program(2, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
+ "\n </div>\n";
},"2":function(container,depth0,helpers,partials,data) {
return "<br>";
+ " </div>\n";
},"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
var stack1, helper, alias1=depth0 != null ? depth0 : {};

View File

@ -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;
}

View File

@ -9,7 +9,6 @@
{{#each defs}}
<div class="definition">
{{> term.html}}
{{#unless @last}}<br>{{/unless}}
</div>
{{/each}}
</body>