Don't cut off the empty feed noticed under the tab bar

(imported from commit 1cb77a077665f821df1b62a544ee3652a7560b82)
This commit is contained in:
Leo Franchi 2013-05-22 15:23:42 -04:00
parent 3b7ddd72cf
commit 2ea52d4200

View File

@ -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;
}