mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 13:46:34 +02:00
feat: better acp sidebar in dark mode
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div component="bottombar" class="bottombar d-flex d-lg-none fixed-bottom ff-secondary gap-1 align-items-center">
|
||||
<div class="bottombar-nav p-2 text-dark bg-light d-flex justify-content-between align-items-center w-100">
|
||||
<div class="bottombar-nav p-2 border-top text-bg-light d-flex justify-content-between align-items-center w-100">
|
||||
<div class="">
|
||||
<a href="#" role="button" class="p-2 nav-link nav-btn" data-bs-toggle="offcanvas" data-bs-target="#offcanvas" >
|
||||
<i class="fa fa-fw fa-lg fa-bars"></i>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<div data-bs-theme="light" class="offcanvas offcanvas-start gap-1" tabindex="-1" id="offcanvas" aria-labelledby="offcanvasLabel" style="width: 275px;">
|
||||
<div class="offcanvas offcanvas-start gap-1" tabindex="-1" id="offcanvas" aria-labelledby="offcanvasLabel" style="width: 275px;">
|
||||
<div class="offcanvas-body flex-0 pb-0 overflow-visible d-flex flex-column gap-1 ff-secondary">
|
||||
<!-- IMPORT admin/partials/quick_actions/alerts.tpl -->
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<div data-bs-theme="light" id="sidebar-left" style="width:240px;" class="vh-100 sticky-top start-0 d-none d-lg-flex text-bg-light p-2 flex-column justify-content-start text-sm border-end gap-1 flex-shrink-0">
|
||||
<div id="sidebar-left" style="width:240px;" class="vh-100 sticky-top start-0 d-none d-lg-flex text-bg-light p-2 flex-column justify-content-start text-sm border-end gap-1 flex-shrink-0">
|
||||
<div class="d-flex flex-column gap-1 ff-secondary">
|
||||
|
||||
<!-- IMPORT admin/partials/quick_actions/alerts.tpl -->
|
||||
|
||||
Reference in New Issue
Block a user