mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-06-24 21:25:23 +00:00
Receivers: Adjust connection check margins
This commit is contained in:
parent
47f388b5d4
commit
c1ef01174c
1 changed files with 4 additions and 1 deletions
|
@ -252,7 +252,6 @@ body, html {
|
|||
/* display: inline-block; */
|
||||
display: none;
|
||||
position: relative;
|
||||
margin: 18px;
|
||||
padding: 10px;
|
||||
|
||||
background-color: #019BE7;
|
||||
|
@ -441,6 +440,7 @@ body, html {
|
|||
#connection-check {
|
||||
width: 124px;
|
||||
height: 124px;
|
||||
margin: 32px;
|
||||
}
|
||||
|
||||
#toast-notification {
|
||||
|
@ -547,6 +547,7 @@ body, html {
|
|||
#connection-check {
|
||||
width: 104px;
|
||||
height: 104px;
|
||||
margin: 28px;
|
||||
}
|
||||
|
||||
#toast-notification {
|
||||
|
@ -649,6 +650,7 @@ body, html {
|
|||
#connection-check {
|
||||
width: 84px;
|
||||
height: 84px;
|
||||
margin: 24px;
|
||||
}
|
||||
|
||||
#toast-notification {
|
||||
|
@ -749,6 +751,7 @@ body, html {
|
|||
#connection-check {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
#toast-notification {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue