Keep the features section near the bottom.
This commit is contained in:
parent
4e0cb8d354
commit
62889089a6
@ -2328,6 +2328,13 @@
|
|||||||
#conversejs .chatroom .box-flyout .chatroom-body .occupants .occupants-heading {
|
#conversejs .chatroom .box-flyout .chatroom-body .occupants .occupants-heading {
|
||||||
padding: 0.3em 0;
|
padding: 0.3em 0;
|
||||||
font-weight: bold; }
|
font-weight: bold; }
|
||||||
|
#converse-embedded-chat .chatroom .box-flyout .chatroom-body .occupants .chatroom-features,
|
||||||
|
#conversejs .chatroom .box-flyout .chatroom-body .occupants .chatroom-features {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0.5em;
|
||||||
|
width: 25%;
|
||||||
|
width: -webkit-calc(30% - 1em);
|
||||||
|
width: calc(30% - 1em); }
|
||||||
#converse-embedded-chat .chatroom .box-flyout .chatroom-body .occupants ul,
|
#converse-embedded-chat .chatroom .box-flyout .chatroom-body .occupants ul,
|
||||||
#conversejs .chatroom .box-flyout .chatroom-body .occupants ul {
|
#conversejs .chatroom .box-flyout .chatroom-body .occupants ul {
|
||||||
padding: 0.3em 0;
|
padding: 0.3em 0;
|
||||||
|
@ -104,6 +104,12 @@
|
|||||||
padding: 0.3em 0;
|
padding: 0.3em 0;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
.chatroom-features {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0.5em;
|
||||||
|
width: 25%;
|
||||||
|
@include calc(width, '30% - 1em');
|
||||||
|
}
|
||||||
ul {
|
ul {
|
||||||
padding: 0.3em 0;
|
padding: 0.3em 0;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
@ -9,6 +9,8 @@
|
|||||||
</form>
|
</form>
|
||||||
<ul class="occupant-list"></ul>
|
<ul class="occupant-list"></ul>
|
||||||
|
|
||||||
<p class="occupants-heading">{{{label_features}}}</p>
|
<div class="chatroom-features">
|
||||||
<ul class="features-list"></ul>
|
<p class="occupants-heading">{{{label_features}}}</p>
|
||||||
|
<ul class="features-list"></ul>
|
||||||
|
</div>
|
||||||
<!-- </div> -->
|
<!-- </div> -->
|
||||||
|
Loading…
Reference in New Issue
Block a user