Avoid flashing empty graveyard on popup opening.

This commit is contained in:
hackademix 2022-02-28 09:50:21 +01:00
parent 55852655c6
commit bc22234a69
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
<button aria-role="button" id="close" class="close icon" title="__MSG_Close__"></button>
<button aria-role="button" id="reload" class="reload icon" title="__MSG_Reload__"></button>
<button aria-role="button" id="options" class="options icon" title="__MSG_Options__"></button>
<div class="hider">
<div class="hider empty">
<button aria-role="button" class="reveal" title="__MSG_Reveal__"></button>
<div class="hider-label">__MSG_Hider__</div>
<a class="hider-close">×</a>