mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
toast layout updated
This commit is contained in:
parent
f1dc62d4a2
commit
aefc79523d
1 changed files with 6 additions and 3 deletions
|
|
@ -4,7 +4,6 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
width: 25rem;
|
||||
min-height: 6rem;
|
||||
margin-bottom: 1rem;
|
||||
background-color: @color-surface-light4;
|
||||
overflow: visible;
|
||||
|
|
@ -35,8 +34,8 @@
|
|||
.icon-container {
|
||||
flex: none;
|
||||
align-self: stretch;
|
||||
width: 3.5rem;
|
||||
padding: 1rem;
|
||||
width: 2.5rem;
|
||||
padding: 0.5rem;
|
||||
|
||||
.icon {
|
||||
display: block;
|
||||
|
|
@ -53,6 +52,10 @@
|
|||
|
||||
.title-container {
|
||||
font-size: 1.2rem;
|
||||
|
||||
&:not(:last-child) {
|
||||
margin-bottom: 0.2rem;
|
||||
}
|
||||
}
|
||||
|
||||
.message-container {
|
||||
|
|
|
|||
Loading…
Reference in a new issue