1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-07-06 22:19:50 +00:00

Receivers: Adjust connection check margins

This commit is contained in:
Michael Hollister 2025-04-24 16:55:05 -05:00
parent 47f388b5d4
commit c1ef01174c

View file

@ -252,7 +252,6 @@ body, html {
/* display: inline-block; */ /* display: inline-block; */
display: none; display: none;
position: relative; position: relative;
margin: 18px;
padding: 10px; padding: 10px;
background-color: #019BE7; background-color: #019BE7;
@ -441,6 +440,7 @@ body, html {
#connection-check { #connection-check {
width: 124px; width: 124px;
height: 124px; height: 124px;
margin: 32px;
} }
#toast-notification { #toast-notification {
@ -547,6 +547,7 @@ body, html {
#connection-check { #connection-check {
width: 104px; width: 104px;
height: 104px; height: 104px;
margin: 28px;
} }
#toast-notification { #toast-notification {
@ -649,6 +650,7 @@ body, html {
#connection-check { #connection-check {
width: 84px; width: 84px;
height: 84px; height: 84px;
margin: 24px;
} }
#toast-notification { #toast-notification {
@ -749,6 +751,7 @@ body, html {
#connection-check { #connection-check {
width: 64px; width: 64px;
height: 64px; height: 64px;
margin: 20px;
} }
#toast-notification { #toast-notification {