mirror of https://github.com/zulip/zulip.git
Add top_whitespace.
(imported from commit 2c049f3032879926e98287428e839b9117460a90)
This commit is contained in:
parent
f3ab2dc5ac
commit
470143e254
|
@ -31,6 +31,7 @@
|
|||
<table id="loading_indicator">
|
||||
<tr><td id="loading_spinner"></td><td>Loading...</td></tr>
|
||||
</table>
|
||||
<div id="top_whitespace"></div>
|
||||
<table class="message_table focused_table" id="zhome">
|
||||
<tbody>
|
||||
</tbody>
|
||||
|
|
|
@ -358,6 +358,11 @@ input.send_message {
|
|||
background-color: #DDD;
|
||||
}
|
||||
|
||||
#top_whitespace {
|
||||
display: block;
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
#bottom_whitespace {
|
||||
display: block;
|
||||
height: 300px;
|
||||
|
|
Loading…
Reference in New Issue