fix svg scaling and overlay alignment (#232)

This commit is contained in:
Vamsi Krishna 2020-12-30 16:44:40 +05:30 committed by GitHub
parent e13631e595
commit 7b097982c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,17 @@ a:hover {
width: 55%;
}
// Fix switch svg scaling and image overlay alignment.
// (for bulma 0.9.0)
.container {
flex-grow: 0;
}
.container.is-fluid {
padding-left: 0;
padding-right: 0;
}
// Ensure that arrows consume the entire overlay's height.
.glide__arrow {
height: 100%;