Prevent flashing of apps and user menu

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-04-29 13:34:44 +02:00
parent 854dfef199
commit 7015eb9fe5
1 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@
</ul> </ul>
<nav role="navigation"> <nav role="navigation">
<div id="navigation"> <div id="navigation" style="display: none;">
<div id="apps"> <div id="apps">
<ul> <ul>
<?php foreach($_['navigation'] as $entry): ?> <?php foreach($_['navigation'] as $entry): ?>
@ -134,7 +134,7 @@
</div> </div>
<div id="expandDisplayName" class="icon-settings-white"></div> <div id="expandDisplayName" class="icon-settings-white"></div>
</div> </div>
<div id="expanddiv"> <div id="expanddiv" style="display:none;">
<ul> <ul>
<?php foreach($_['settingsnavigation'] as $entry):?> <?php foreach($_['settingsnavigation'] as $entry):?>
<li> <li>