Dashboard Header

Probably best to make it very subtle, I added this to my latest dashboard... (ignore my use of a dark mode extension messing with the colours on my mode bar :slight_smile: )... I think this covers everything.... I took this from a post here

.dashboard div .header {
position: fixed;
top: 0;
right: 1em;
z-index: 999;
opacity: .2;
zoom: .6;
-moz-transform:scale(.6);
}

.wrapper {
    height: 100%;
    margin-top: 0;
    padding-top: 1em;
}

.dashBack,
.dashName {
    display: none;
}

.dashboard div .header>.flex-auto.justify-end,
.dashboard div .header>.flex-auto.justify-end>.flex {
    display: block;
}

2 Likes