mirror of
https://github.com/getformwork/formwork.git
synced 2025-01-17 21:49:04 +01:00
Fix .title-bar
spacing in admin
view
This commit is contained in:
parent
caeefe0cf4
commit
e382a7bf12
@ -12,9 +12,7 @@
|
||||
</head>
|
||||
<body<?php if(isset($csrfToken)): ?> data-csrf-token="<?= $csrfToken ?>"<?php endif; ?>>
|
||||
<button class="toggle-navigation"><i class="i-bars"></i></button>
|
||||
<div class="title-bar">
|
||||
<?= $this->label('admin.panel') ?>
|
||||
</div>
|
||||
<div class="title-bar"><?= $this->label('admin.panel') ?></div>
|
||||
<div class="sidebar">
|
||||
<div class="logo"><a href="<?= $this->uri('/dashboard/') ?>">Formwork</a></div>
|
||||
<a href="<?= $this->uri('/users/' . $this->user()->username() . '/profile/') ?>">
|
||||
|
Loading…
x
Reference in New Issue
Block a user