# Dashboard CSS tweaks for Side Navigation

**URL:** https://discourse.nodered.org/t/dashboard-css-tweaks-for-side-navigation/82915
**Category:** Dashboard
**Tags:** node-red-dashboard
**Created:** [16 November 2023 10:21 UTC](https://discourse.nodered.org/t/dashboard-css-tweaks-for-side-navigation/82915 "2023-11-16T10:21:56Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![hotNipi](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/hotnipi/32/383_2.png) [@hotNipi](https://discourse.nodered.org/u/hotNipi)
#### Post date: [16 November 2023 12:53 UTC](https://discourse.nodered.org/t/dashboard-css-tweaks-for-side-navigation/82915/2 "2023-11-16T12:53:58Z")

</div>

```auto
@media(min-width: 960px) {
        .md-sidenav-left, md-sidenav {
            top: 64px;
            z-index: 80;
            font-size:10px;
            max-width:120px !important;
        }
        .nr-menu-item-active div button {
            border-left: 4px solid red;
            border-right: unset;
        }
        .nr-menu-item-active div.md-list-item-inner{
            color:red !important;
        }
        md-list-item {
            min-height: 36px;
            height: 36px;
        }
    }

```

---

_[View the full topic](https://discourse.nodered.org/t/dashboard-css-tweaks-for-side-navigation/82915)._
