aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-12 01:34:09 -0800
committerfriendica <info@friendica.com>2013-11-12 01:34:09 -0800
commit7cb4c2f8ad813336aafdec05e40f3a8eb1808d00 (patch)
tree9daee3807b370d02ee4c28e6df7db08731fbb9f1 /view
parent34ee8de82176d3dca4a340388dcac6a3e5a91b9f (diff)
downloadvolse-hubzilla-7cb4c2f8ad813336aafdec05e40f3a8eb1808d00.tar.gz
volse-hubzilla-7cb4c2f8ad813336aafdec05e40f3a8eb1808d00.tar.bz2
volse-hubzilla-7cb4c2f8ad813336aafdec05e40f3a8eb1808d00.zip
cap width of conversations at 1024px
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 7a3dbceba..ee3534a11 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1024,6 +1024,7 @@ footer {
.thread-wrapper.toplevel_item {
width: 92%;
+ max-width: 1024px;
}
.wall-item-body {