Fix: Prevent context menu on images in settings.

Revert mobile change.
Messages: Add channel id matching.
This commit is contained in:
Paul
2021-07-10 17:35:18 +01:00
parent cc112300de
commit 0afd123ef5
5 changed files with 41 additions and 33 deletions

View File

@@ -500,12 +500,12 @@
flex-direction: column;
}
.experiments { /* TOFIX: Center the "No new experiments available at this time" text without having a scrollbar */
height: 100%;
.experiments {
height: calc(100% - 40px);
.empty {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
}