Skip to content

Commit 464cb16

Browse files
authored
Merge pull request #2754 from robintown/footer-fix
Fix footer not adapting to narrow windows
2 parents 2946950 + a045cc0 commit 464cb16

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/room/InCallView.module.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,20 @@ Please see LICENSE in the repository root for full details.
9494
justify-self: end;
9595
}
9696

97+
@media (max-width: 660px) {
98+
.footer {
99+
grid-template-areas: ". buttons buttons buttons .";
100+
}
101+
102+
.logo {
103+
display: none;
104+
}
105+
106+
.layout {
107+
display: none !important;
108+
}
109+
}
110+
97111
@media (max-width: 370px) {
98112
.raiseHand {
99113
display: none;

0 commit comments

Comments
 (0)