Fixing display problems with chatbox view with mobile view mode

This commit is contained in:
SilverYoCha 2022-04-11 18:02:41 +02:00 committed by JC Brand
parent 2d5b0753e2
commit 7cb86638b5
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,7 @@
- Improve how the `muc_domain` setting is populated via service discovery
- Remove local (non-requesting) contacts not returned from a full roster response
- #2746: Always reply to all iqs, even those not understood
- #2794: Some display problems with mobile view mode
- #2868: Selected emoji is inserted into all open chat boxes
Remove the very old and largely unused config option `allow_muc`.

View File

@ -105,6 +105,9 @@
border-bottom-right-radius: 0;
}
border-top: 0;
height: 100%;
width: 100%;
overflow: hidden;
p {
color: var(--text-color);
font-size: var(--message-font-size);