1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-07-13 09:28:45 +00:00

Receivers: Adjusted Toast styles

This commit is contained in:
Michael Hollister 2025-04-25 12:29:36 -05:00
parent 55355a3c57
commit a7cd81aa34

View file

@ -289,7 +289,6 @@ body, html {
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
padding: 16px 20px; padding: 16px 20px;
gap: 12px;
position: relative; position: relative;
top: -200px; top: -200px;
@ -317,6 +316,7 @@ body, html {
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
word-break: break-word; word-break: break-word;
margin-right: 5px;
font-family: InterVariable; font-family: InterVariable;
font-size: 28px; font-size: 28px;
@ -444,14 +444,15 @@ body, html {
} }
#toast-notification { #toast-notification {
padding: 16px; padding: 12px;
top: -225px; top: -200px;
} }
#toast-icon { #toast-icon {
width: 108px; width: 80px;
height: 108px; height: 80px;
margin: 5px 10px; margin: 5px 10px;
margin-right: 15px;
} }
#toast-text { #toast-text {
@ -551,14 +552,15 @@ body, html {
} }
#toast-notification { #toast-notification {
padding: 16px; padding: 12px;
top: -200px; top: -175px;
} }
#toast-icon { #toast-icon {
width: 88px; width: 70px;
height: 88px; height: 70px;
margin: 5px 10px; margin: 5px 10px;
margin-right: 15px;
} }
#toast-text { #toast-text {
@ -654,13 +656,14 @@ body, html {
} }
#toast-notification { #toast-notification {
padding: 12px; padding: 8px;
top: -150px; top: -140px;
} }
#toast-icon { #toast-icon {
width: 68px; width: 60px;
height: 68px; height: 60px;
margin-right: 15px;
} }
#toast-text { #toast-text {
@ -755,13 +758,13 @@ body, html {
} }
#toast-notification { #toast-notification {
padding: 8px; padding: 4px;
top: -125px; top: -100px;
} }
#toast-icon { #toast-icon {
width: 48px; width: 40px;
height: 48px; height: 40px;
} }
#toast-text { #toast-text {