mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-20 03:16:23 +00:00
Tweak participants count style and position
This commit is contained in:
parent
5957e256c7
commit
b1389371a8
@ -57,7 +57,7 @@ $(function() {
|
|||||||
headerMsg = data.numUsers + " participants";
|
headerMsg = data.numUsers + " participants";
|
||||||
}
|
}
|
||||||
|
|
||||||
$participants.text(headerMsg);
|
$participants.text(data.numUsers);
|
||||||
log(message);
|
log(message);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -188,3 +188,9 @@ input {
|
|||||||
.inputMessage.encryption-disabled {
|
.inputMessage.encryption-disabled {
|
||||||
background-color: rgba(254, 6, 6, 0.15);
|
background-color: rgba(254, 6, 6, 0.15);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.participants {
|
||||||
|
position: relative;
|
||||||
|
top: 16px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
@ -24,7 +24,10 @@
|
|||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
</button>
|
</button>
|
||||||
<a class="navbar-brand" href="#">FattyChat</a> <small id="participants"></small>
|
<a class="navbar-brand" href="#">FattyChat</a>
|
||||||
|
<span class="participants">
|
||||||
|
<span class="glyphicon glyphicon-user"></span> <span id="participants"></span>
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Collect the nav links, forms, and other content for toggling -->
|
<!-- Collect the nav links, forms, and other content for toggling -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user