Added graphics menu

This commit is contained in:
l_samenv
2024-08-09 14:17:54 +02:00
parent 9c7fe9d622
commit faf4abced8
7 changed files with 54 additions and 32 deletions

View File

@ -3,13 +3,13 @@
}
.panel.graphics span:first-child{
/* .panel.graphics span:nth-child(1){
display: none;
/* margin: 0 1em;
margin: 0 1em;
display: flex;
user-select: none;
-webkit-user-select: none; */
}
-webkit-user-select: none;
} */
/* .panel.graphics div{
margin-left: 1em;

View File

@ -22,13 +22,13 @@
/* PANEL */
.panel {
background-color: #303030;
color: white;
position: absolute;
z-index: 20;
width: 100%;
height: 30px;
}
.panel:not(.graphics) {
color: white;
text-align: center;
padding: 6px 6px 6px 6px;
}