Centered growl not positioned correctly (incl. fix)
starf opened this issue · 3 comments
starf commented
Because max-width=400px, margin-left should probably be -200px for centered positionings instead of -150px.
Greetings
.growl-container.growl-fixed.top-center {
top: 10px;
left: 50%;
margin-left: -200px;
}
.growl-container.growl-fixed.bottom-center {
bottom: 10px;
left: 50%;
margin-left: -200px;
}
JanStevens commented
Feel free to add a PR 👍
starf commented
Going to try this later today, will be my first.
JanStevens commented
Great!
Just change the files in the src directory, looking forward!