Compact admin sidebar controls
This commit is contained in:
+11
-7
@@ -23,14 +23,18 @@
|
||||
<aside class="sidebar">
|
||||
<div class="brand">
|
||||
<h1>MaalFlows</h1>
|
||||
<button id="logoutButton" type="button">Odhlasit</button>
|
||||
</div>
|
||||
<div class="sitebar">
|
||||
<label class="switch">
|
||||
<div class="brand-actions">
|
||||
<label class="online-dot-toggle" title="Online stav chatu" aria-label="Online stav chatu">
|
||||
<input id="onlineToggle" type="checkbox">
|
||||
<span>Online</span>
|
||||
</label>
|
||||
<button id="settingsButton" type="button">Nastaveni</button>
|
||||
<span></span>
|
||||
</label>
|
||||
<button id="settingsButton" class="icon-button" type="button" title="Nastaveni" aria-label="Nastaveni">
|
||||
<svg viewBox="0 0 24 24" aria-hidden="true">
|
||||
<path d="M19.4 13.5c.1-.5.1-1 .1-1.5s0-1-.1-1.5l2-1.5-2-3.5-2.4 1a8 8 0 0 0-2.6-1.5L14 2h-4l-.4 2.5A8 8 0 0 0 7 6L4.6 5l-2 3.5 2 1.5a9.7 9.7 0 0 0 0 3l-2 1.5 2 3.5L7 18a8 8 0 0 0 2.6 1.5L10 22h4l.4-2.5A8 8 0 0 0 17 18l2.4 1 2-3.5-2-1.5ZM12 15.5a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Z"></path>
|
||||
</svg>
|
||||
</button>
|
||||
<button id="logoutButton" class="logout-compact" type="button">Odhlasit</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="list-tools">
|
||||
<label>Filtr
|
||||
|
||||
Reference in New Issue
Block a user