mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-30 06:44:04 +00:00
fix svg scaling and overlay alignment (#232)
This commit is contained in:
parent
e13631e595
commit
7b097982c9
|
@ -48,6 +48,17 @@ a:hover {
|
||||||
width: 55%;
|
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.
|
// Ensure that arrows consume the entire overlay's height.
|
||||||
.glide__arrow {
|
.glide__arrow {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
Loading…
Reference in a new issue