chat scroll to bottom like the console
This commit is contained in:
+9
-1
@@ -1,6 +1,14 @@
|
||||
<div ng-controller="ChatController" id="ChatController">
|
||||
|
||||
<div id="vertical-container" style="height: 600px" class="Output scrollable"><div ng-repeat="line in Output" ng-class="line.Class"><span class="chatname"><a href="#/{{address}}/player/{{line.UserId}}/" style="color: {{line.Color}}">{{line.Username}}</a>:</span> {{line.Message}}</div></div>
|
||||
<div style="height: 600px" class="Output scrollable">
|
||||
<div ng-repeat="line in Output" ng-class="line.Class">
|
||||
<span class="chatname">
|
||||
<a href="#/{{address}}/player/{{line.UserId}}/" style="color: {{line.Color}}">
|
||||
{{line.Username}}
|
||||
</a>:
|
||||
</span> {{line.Message}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<form ng-submit="SubmitCommand()" class="md-inline-form">
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user