Appearance tweaking
This commit is contained in:
parent
c353ec04bc
commit
1b3b33078e
@ -5,11 +5,7 @@ templates['defs.html'] = template({"1":function(container,depth0,helpers,partial
|
|||||||
|
|
||||||
return " <div class=\"definition\">\n"
|
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 = container.invokePartial(partials["term.html"],depth0,{"name":"term.html","data":data,"indent":" ","helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
|
||||||
+ " "
|
+ " </div>\n";
|
||||||
+ ((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>";
|
|
||||||
},"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
|
},"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
|
||||||
var stack1, helper, alias1=depth0 != null ? depth0 : {};
|
var stack1, helper, alias1=depth0 != null ? depth0 : {};
|
||||||
|
|
||||||
|
@ -20,10 +20,10 @@ iframe.yomichan-popup {
|
|||||||
all: initial;
|
all: initial;
|
||||||
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);
|
||||||
height: 300px;
|
height: 250px;
|
||||||
width: 500px;
|
|
||||||
resize: both;
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
resize: both;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
z-index: 256;
|
width: 400px;
|
||||||
|
z-index: 2147483647;
|
||||||
}
|
}
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
{{#each defs}}
|
{{#each defs}}
|
||||||
<div class="definition">
|
<div class="definition">
|
||||||
{{> term.html}}
|
{{> term.html}}
|
||||||
{{#unless @last}}<br>{{/unless}}
|
|
||||||
</div>
|
</div>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user