Skip to content
Snippets Groups Projects
Commit 2d5fd215 authored by Shpuld Shpuldson's avatar Shpuld Shpuldson
Browse files

Make mobile panel switcher buttons obey the colors of the current style.

parent c1f1599f
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,8 @@
</nav>
<div class="container" id="content">
<div class="panel-switcher">
<button @click="activatePanel('sidebar')">Sidebar</button>
<button @click="activatePanel('timeline')">Timeline</button>
<button @click="activatePanel('sidebar')" class="base01-background base04">Sidebar</button>
<button @click="activatePanel('timeline')" class="base01-background base04">Timeline</button>
</div>
<div class="sidebar-flexer" :class="{ 'mobile-hidden': mobileActivePanel != 'sidebar'}">
<div class="sidebar" :class="{ 'mobile-hidden': mobileActivePanel != 'sidebar' }">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment