Header status indicator layout fix

pull/47/head
Alexander Böhm 2023-08-22 02:42:58 +02:00
parent 7f1f29c38c
commit c6414cb091
2 changed files with 7 additions and 4 deletions

View File

@ -1 +1,5 @@
(spaceapi)
<html>
<body>
<center>Der Space ist geöffnet oder geschloßen</center>
</body>
</html>

View File

@ -7,8 +7,7 @@
iframe.space-api-indicator {
border: none;
vertical-align: middle;
width: 40%;
height: 2em;
width: 100%;
height: 3em;
overflow: hidden;
margin-left: 30%;
}