fix svg scaling and overlay alignment

This commit is contained in:
CaptV0rt3x 2020-12-30 15:22:38 +05:30
parent e13631e595
commit 9f6cc3ef47

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