🐛 (admin): fix sidebar sizing
This commit is contained in:
parent
7598c6d0df
commit
3e7bb6c7b3
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@
|
||||||
<?php Theme::plugins('adminHead') ?>
|
<?php Theme::plugins('adminHead') ?>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body class="h-100">
|
<body>
|
||||||
|
|
||||||
<!-- Plugins -->
|
<!-- Plugins -->
|
||||||
<?php Theme::plugins('adminBodyBegin') ?>
|
<?php Theme::plugins('adminBodyBegin') ?>
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
|
|
||||||
|
|
||||||
<!-- LEFT SIDEBAR - Display only on large devices -->
|
<!-- LEFT SIDEBAR - Display only on large devices -->
|
||||||
<div class="bg-dark admin-sidebar text-white d-none d-lg-block h-100">
|
<div class="bg-dark admin-sidebar text-white d-none d-lg-block">
|
||||||
<?php include('html/sidebar.php'); ?>
|
<?php include('html/sidebar.php'); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue