mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 22:31:09 +03:00
fix(mobile): fix offline banner overflow due to hard-coded height
Closes #2990
This commit is contained in:
parent
334989546b
commit
a1a2bf1a47
1 changed files with 1 additions and 9 deletions
|
@ -4,21 +4,13 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
@include screen(tablet) {
|
|
||||||
height: 430px;
|
|
||||||
}
|
|
||||||
|
|
||||||
@include screen(mobile) {
|
|
||||||
height: 280px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.innerContainer {
|
.innerContainer {
|
||||||
width: clamp(00px, 100%, 600px);
|
width: clamp(00px, 100%, 600px);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin: 3rem auto;
|
margin: 5vh auto;
|
||||||
padding: 2.4em;
|
padding: 2.4em;
|
||||||
|
|
||||||
@include screen(tablet) {
|
@include screen(tablet) {
|
||||||
|
|
Loading…
Reference in a new issue