Minor UI improvements
This commit is contained in:
parent
f15878b533
commit
e019c8ea8b
|
@ -59,6 +59,7 @@ td.prefix {
|
|||
vertical-align: top;
|
||||
padding-right: 5px;
|
||||
white-space: pre;
|
||||
border-right: 1px solid #444;
|
||||
}
|
||||
td.message {
|
||||
word-wrap: break-word;
|
||||
|
@ -175,13 +176,14 @@ input[type=text], input[type=password], .badge {
|
|||
}
|
||||
|
||||
#bufferlines {
|
||||
font-family: 'Terminus', 'Inconsolata', 'Consolas', 'Monaco', 'Ubuntu Mono', monospace;
|
||||
font-family: 'Terminus', 'Consolas', 'Monaco', 'Inconsolata', 'Ubuntu Mono', monospace;
|
||||
position: relative;
|
||||
height: 99%;
|
||||
overflow-y: auto;
|
||||
margin-left: 14%;
|
||||
width: auto;
|
||||
top: 25px; /* topbar */
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
#bufferlines .btn {
|
||||
font-family: sans-serif;
|
||||
|
|
|
@ -222,7 +222,7 @@ $ openssl req -nodes -newkey rsa:2048 -keyout relay.pem -x509 -days 365 -out rel
|
|||
{{ bufferline.date | date:'HH:mm' }}
|
||||
</span>
|
||||
</td>
|
||||
<td class="prefix vertical-line"><span ng-repeat="part in bufferline.prefix" ng-class="{{ part.classes }}">{{ part.text }}</span></td>
|
||||
<td class="prefix"><span ng-repeat="part in bufferline.prefix" ng-class="{{ part.classes }}">{{ part.text }}</span></td>
|
||||
<td class="message">
|
||||
<span ng-repeat="part in bufferline.content" class="text" ng-class="{{ part.classes }}" ng-bind-html="part.text"></span>
|
||||
|
||||
|
|
Loading…
Reference in New Issue