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

@ -1,6 +1,6 @@
.help-popup{
width: 300px;
height: 200px;
height: fit-content;
border: 2px solid black;
background-color: white;
border-radius: 10px;
@ -13,6 +13,7 @@
margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
.help-popup-description{