mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-05-18 20:33:28 +02:00
Hide players list on small screens
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div id="buffer" ng-controller="bufferController">
|
||||
|
||||
<div id="players" ng-controller="playersController" ng-show="players.length">
|
||||
<div id="players" ng-controller="playersController" ng-show="players.length" class="hidden-xs">
|
||||
<div class="header">Players [{{players.length}}]</div>
|
||||
<div class="body">
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user