mirror of https://github.com/zulip/zulip.git
Revert bottom_whitespace to 300px by default.
For whatever reason, specifying a percentage for bottom_whitespace seems to cause issues in some browsers, including Firefox 17 and the Firefox Nightlies. This is a bit confusing to me, since bottom_whitespace is basically immediately resized by resizehandler initially anyway. But hey. (imported from commit 93da101edeb6f16b01a92aed775e9117c0295086)
This commit is contained in:
parent
927b0d7e44
commit
bcbfa30deb
|
@ -483,7 +483,7 @@ table.floating_recipient {
|
|||
|
||||
#bottom_whitespace {
|
||||
display: block;
|
||||
height: 40%;
|
||||
height: 300px;
|
||||
}
|
||||
|
||||
#home-error {
|
||||
|
|
Loading…
Reference in New Issue