This commit is contained in:
Stephan Richter
2020-11-07 18:29:37 +01:00
parent d3ca0a08ef
commit 2e6f0c9708
4 changed files with 37 additions and 22 deletions

View File

@@ -113,10 +113,11 @@ svg circle{
.menu > div > .list{
position: fixed;
height: 30px;
left: 5%;
bottom: 50px;
width: 100%;
width: 90%;
z-index: 10;
padding-top: 50px;
}
.menu > div > .list > *{
@@ -152,6 +153,17 @@ h2{
font-size: 30px;
background: red;
color: white;
width: 40px;
height: 40px;
text-align: center;
}
.actions .list > div,
.hardware .list > div,
.help .list > div,
.trains .list > div{
padding: 5px;
height: unset;
}
.closebtn{

View File

@@ -0,0 +1,3 @@
<svg width="100" height="100" viewbox="0 0 %width% 100">
<circle cx="50" cy="50" r="25" />
</svg>

After

Width:  |  Height:  |  Size: 98 B