essentials for creating a "block-style" list-mode page such as one might have for a pinterest-style layout. Just load view/theme/redbasic/css/blockmode.css after redbasic PCSS - you're done. We may need some other indicator besides the number of comments to indicate "click here to see the rest of the article", but we're a bit short on space so maybe a view icon will work.

This commit is contained in:
friendica
2014-12-16 23:40:52 -08:00
parent 2fcbb9c4b3
commit f113984d69
3 changed files with 22 additions and 2 deletions

View File

@@ -838,6 +838,11 @@ footer {
margin-bottom: 25px;
}
#conversation-end {
clear: both;
}
#nav-searchbar {
float: right;
margin-top: 2px;