Removed live indicator + began to write graphics menu

This commit is contained in:
l_samenv
2024-08-08 16:19:21 +02:00
parent 13a105183b
commit aef9813590
14 changed files with 222 additions and 8 deletions

View File

@ -0,0 +1,33 @@
#menu{
width: 300px;
height: 200px;
background-color: white;
position: absolute;
top: 28px;
right: 50%;
z-index: 1;
border: 2px solid black;
}
#menu_title_container{
display: flex;
width: 100%;
height: 20px;
}
#menu_title_container span{
margin-top: auto;
margin-bottom: auto;
margin-left: 5px;
}
#menu-popup-close{
margin-left: auto;
margin-right: 2px;
margin-top: auto;
margin-bottom: auto;
height: 15px;
width: 15px;
cursor: pointer;
}