mirror of
https://github.com/tabler/tabler.git
synced 2025-12-26 11:16:12 +04:00
light sidebar fixes
This commit is contained in:
@@ -9,12 +9,12 @@
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<label class="form-label">Your custom URL</label>
|
||||
<label class="form-label">Input with prepended text</label>
|
||||
{% include ui/form/input-group.html prepend="https://tabler.io/users/" class="input-group-flat" input-class="pl-0" %}
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<label class="form-label">Your custom subdomain</label>
|
||||
<label class="form-label">Input with appended text</label>
|
||||
{% include ui/form/input-group.html append=".tabler.io" input-class="text-right pr-0" class="input-group-flat" %}
|
||||
</div>
|
||||
|
||||
|
||||
@@ -6,10 +6,22 @@
|
||||
<div>
|
||||
<!-- Sidebar menu -->
|
||||
{% include layout/menu-aside.html %}
|
||||
|
||||
<div class="hide-sidebar-folded">
|
||||
<hr>
|
||||
|
||||
<div class="text-muted">
|
||||
<div class="mb-2">
|
||||
<strong>160MB</strong> from <strong>2GB</strong> used.
|
||||
</div>
|
||||
{% include ui/progress.html percentage=30 size="sm" %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="mt-auto">
|
||||
<div class="mt-auto hide-sidebar-folded">
|
||||
{% include ui/button.html text="Logout" color="primary" icon="log-out" block=true %}
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user