Skip to content

Commit a045cc0

Browse files
committed
Fix footer not adapting to narrow windows
This CSS block was added last week but seems to have become lost along the way in a merge.
1 parent 2946950 commit a045cc0

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)