JanStevens/angular-growl-2

Centered growl not positioned correctly (incl. fix)

starf opened this issue · 3 comments

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;
}

Feel free to add a PR 👍

Going to try this later today, will be my first.

Great!

Just change the files in the src directory, looking forward!