mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-06-24 21:25:23 +00:00
Receivers: Adjusted Toast styles
This commit is contained in:
parent
55355a3c57
commit
a7cd81aa34
1 changed files with 20 additions and 17 deletions
|
@ -289,7 +289,6 @@ body, html {
|
|||
flex-direction: row;
|
||||
align-items: center;
|
||||
padding: 16px 20px;
|
||||
gap: 12px;
|
||||
|
||||
position: relative;
|
||||
top: -200px;
|
||||
|
@ -317,6 +316,7 @@ body, html {
|
|||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
word-break: break-word;
|
||||
margin-right: 5px;
|
||||
|
||||
font-family: InterVariable;
|
||||
font-size: 28px;
|
||||
|
@ -444,14 +444,15 @@ body, html {
|
|||
}
|
||||
|
||||
#toast-notification {
|
||||
padding: 16px;
|
||||
top: -225px;
|
||||
padding: 12px;
|
||||
top: -200px;
|
||||
}
|
||||
|
||||
#toast-icon {
|
||||
width: 108px;
|
||||
height: 108px;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
margin: 5px 10px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
#toast-text {
|
||||
|
@ -551,14 +552,15 @@ body, html {
|
|||
}
|
||||
|
||||
#toast-notification {
|
||||
padding: 16px;
|
||||
top: -200px;
|
||||
padding: 12px;
|
||||
top: -175px;
|
||||
}
|
||||
|
||||
#toast-icon {
|
||||
width: 88px;
|
||||
height: 88px;
|
||||
width: 70px;
|
||||
height: 70px;
|
||||
margin: 5px 10px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
#toast-text {
|
||||
|
@ -654,13 +656,14 @@ body, html {
|
|||
}
|
||||
|
||||
#toast-notification {
|
||||
padding: 12px;
|
||||
top: -150px;
|
||||
padding: 8px;
|
||||
top: -140px;
|
||||
}
|
||||
|
||||
#toast-icon {
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
#toast-text {
|
||||
|
@ -755,13 +758,13 @@ body, html {
|
|||
}
|
||||
|
||||
#toast-notification {
|
||||
padding: 8px;
|
||||
top: -125px;
|
||||
padding: 4px;
|
||||
top: -100px;
|
||||
}
|
||||
|
||||
#toast-icon {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
#toast-text {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue