From 7cb4c2f8ad813336aafdec05e40f3a8eb1808d00 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 12 Nov 2013 01:34:09 -0800 Subject: cap width of conversations at 1024px --- view/theme/redbasic/css/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'view') 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 { -- cgit v1.2.3