Ensure proper division scaling on small screens
parent
5b69635d75
commit
dbd219d72b
|
@ -169,5 +169,15 @@ $threesizer-shadow-stop: fade-out($g0-obsidian, 1);
|
|||
}
|
||||
|
||||
.threesizer--body {
|
||||
flex: 1 0 0;
|
||||
.horizontal > &:only-child {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.vertical > &:only-child {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.threesizer--header + & {
|
||||
flex: 1 0 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue