1
0
mirror of https://github.com/chylex/Minecraft-Phantom-Panel.git synced 2024-11-24 13:42:53 +01:00
Minecraft-Phantom-Panel/Server/Phantom.Server.Web/Layout/NavMenu.razor.css

20 lines
314 B
CSS

.navbar {
padding-left: 1rem;
background-color: rgba(0, 0, 0, 0.4);
}
.navbar-toggler {
background-color: rgba(255, 255, 255, 0.15);
}
@media (min-width: 801px) {
.navbar-toggler {
display: none;
}
.collapse {
/* Never collapse the sidebar for wide screens */
display: block;
}
}