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:
parent
ed1099490c
commit
0aa66fee99
@ -30,7 +30,6 @@
|
|||||||
padding: 0.5rem 1rem 0.5rem 1rem;
|
padding: 0.5rem 1rem 0.5rem 1rem;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-height: 5em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.chatbox-title {
|
.chatbox-title {
|
||||||
|
@ -115,3 +115,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include media-breakpoint-down(m) {
|
||||||
|
#conversejs-bg {
|
||||||
|
.converse-brand {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user