mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-05-19 04:43: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="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="header">Players [{{players.length}}]</div>
|
||||||
<div class="body">
|
<div class="body">
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user