Add a hack to a hack to make it look much less hacky.

This commit is contained in:
shpuld 2017-11-12 20:24:20 +02:00
parent 5813541006
commit 07dc195234
3 changed files with 29 additions and 3 deletions

View file

@ -19,7 +19,7 @@
</div>
<div class="sidebar-flexer" :class="{ 'mobile-hidden': mobileActivePanel != 'sidebar'}">
<div class="sidebar" :class="{ 'mobile-hidden': mobileActivePanel != 'sidebar' }">
<div class="sidebar-container">
<div class="sidebar-container" id="sidebar-container">
<user-panel></user-panel>
<nav-panel></nav-panel>
<notifications v-if="currentUser"></notifications>