Notifications: no minimum width
This commit is contained in:
parent
4c25248e5f
commit
923b4bd9d6
@ -18,6 +18,10 @@
|
|||||||
display: inline-block
|
display: inline-block
|
||||||
margin: auto 15px
|
margin: auto 15px
|
||||||
|
|
||||||
|
small
|
||||||
|
font-size: .9em
|
||||||
|
opacity: .9
|
||||||
|
|
||||||
.toast-close-button
|
.toast-close-button
|
||||||
position: relative
|
position: relative
|
||||||
right: -0.3em
|
right: -0.3em
|
||||||
@ -108,9 +112,9 @@ button.toast-close-button
|
|||||||
pointer-events: auto
|
pointer-events: auto
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
margin: 0 0 6px
|
margin: 0 0 6px
|
||||||
padding: 10px 10px 10px 40px
|
padding: 8px 25px 12px 40px
|
||||||
width: 350px
|
max-width: 350px
|
||||||
border-radius: 2px
|
border-radius: 3px
|
||||||
background-position: 15px center
|
background-position: 15px center
|
||||||
background-repeat: no-repeat
|
background-repeat: no-repeat
|
||||||
box-shadow: 1px 1px 0 rgba(black, .2)
|
box-shadow: 1px 1px 0 rgba(black, .2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user