Template update

Adds server name to the side menu, this hides when the side menu collapses.
This commit is contained in:
Lee
2020-11-07 13:56:59 +00:00
parent 9bc63bb55c
commit e5b5b4d3ef
2 changed files with 18 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
.menu-text-li {color: #4b646f; background: #1a2226;}
.menu-text {
display: block;
padding: .5rem 1rem;
white-space: nowrap;
}
.sidebar-mini.sidebar-collapse .menu-text {
display: none;
}