Added basic control panel

This commit is contained in:
2026-03-11 16:46:06 +01:00
parent 7df210aaf2
commit c4eedfff1e
105 changed files with 21923 additions and 958 deletions

View File

@@ -0,0 +1,30 @@
.ntsh-topbar {
.ntsh_menubar {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 30px;
.ntsh_menubar-item {
padding: 10px 20px;
border: 2px solid #000;
font-weight: 500;
transition-duration: .2s;
cursor: pointer;
&:hover {
background: #d7ccc1;
}
&.selected {
pointer-events: none;
opacity: .3;
}
}
}
img {
width: 100%;
}
}