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"
|
||||
+ ((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 : {};
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -9,7 +9,6 @@
|
||||
{{#each defs}}
|
||||
<div class="definition">
|
||||
{{> term.html}}
|
||||
{{#unless @last}}<br>{{/unless}}
|
||||
</div>
|
||||
{{/each}}
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user