Adapt style for better mobile centering of status indicator

This commit is contained in:
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 { iframe.space-api-indicator {
border: none; border: none;
vertical-align: middle; vertical-align: middle;
width: 20%; width: 40%;
height: 2em; height: 2em;
overflow: hidden; overflow: hidden;
margin-left: 40%; margin-left: 20%;
} }