Merge pull request #3400 from element-hq/robin/reactions-small

Prefer showing the reaction button at small screen widths
This commit is contained in:
Robin
2025-09-08 14:54:51 +02:00
committed by GitHub
2 changed files with 12 additions and 7 deletions

View File

@@ -108,13 +108,6 @@ Please see LICENSE in the repository root for full details.
}
@media (max-width: 370px) {
.raiseHand {
display: none;
}
}
@media (max-width: 340px) {
.invite,
.shareScreen {
display: none;
}
@@ -126,6 +119,13 @@ Please see LICENSE in the repository root for full details.
}
}
@media (max-width: 320px) {
.invite,
.raiseHand {
display: none;
}
}
@media (max-height: 400px) {
.footer {
padding-block: var(--cpd-space-4x);