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,21 @@
.help-entry{
height: 28px;
display: flex;
margin-left: 10px;
margin-right: 10px;
}
.help-entry-title{
text-align: center;
vertical-align: middle;
line-height: 28px;
}
.help-entry-arrow{
width: 15px;
height: 15px;
margin-left: auto;
margin-top: auto;
margin-bottom: auto;
cursor: pointer;
}