hide certain elements by default to prevent flickering; fixes #1357
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<section id="blacklist-box">
|
||||
<section id="blacklist-box" style="display:none">
|
||||
<h1>Blacklisted</h1>
|
||||
<ul id="blacklist-list">
|
||||
</ul>
|
||||
|
||||
@@ -23,5 +23,5 @@
|
||||
</select>
|
||||
</form>
|
||||
</section>
|
||||
<input id="tag-script-field" placeholder="Enter tag script"></input>
|
||||
<input id="tag-script-field" placeholder="Enter tag script" style="display:none"></input>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user