mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
Don't cut off the empty feed noticed under the tab bar
(imported from commit 1cb77a077665f821df1b62a544ee3652a7560b82)
This commit is contained in:
parent
3b7ddd72cf
commit
2ea52d4200
@ -630,7 +630,7 @@ blockquote p {
|
||||
-moz-box-shadow: 1px 1px 1px #777 inset;
|
||||
-webkit-box-shadow: 1px 1px 1px #777 inset;
|
||||
box-shadow: 1px 1px 1px #777 inset;
|
||||
background-size: 15px 15px;
|
||||
background-size: 15px 15px;
|
||||
}
|
||||
|
||||
.inline_profile_picture {
|
||||
@ -1225,7 +1225,7 @@ table.floating_recipient {
|
||||
}
|
||||
|
||||
.empty_feed_notice {
|
||||
padding: 1em 4em;
|
||||
padding: 3em 4em;
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user