Adapt style for better mobile centering of status indicator

pull/85/head
alex 2023-07-05 15:12:31 +02:00
parent 59a9b68528
commit 3d28b7a71d
1 changed files with 2 additions and 2 deletions

View File

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