CSS Fixes.

- Remove max height for MUC heading, otherwise subject text can get cut off
- Fix offset in mobile due to the background image
This commit is contained in:
JC Brand 2022-08-27 16:36:21 +02:00
parent ed1099490c
commit 0aa66fee99
2 changed files with 8 additions and 1 deletions

View File

@ -30,7 +30,6 @@
padding: 0.5rem 1rem 0.5rem 1rem;
text-overflow: ellipsis;
width: 100%;
max-height: 5em;
}
.chatbox-title {

View File

@ -115,3 +115,11 @@
}
}
}
@include media-breakpoint-down(m) {
#conversejs-bg {
.converse-brand {
display: none;
}
}
}