From: Friendika Date: Tue, 25 Jan 2011 04:21:14 +0000 (-0800) Subject: allow a video and/or photo to fit with scrollbars X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fc5316fe21d567802adf784d4b984852f0c7ee90;p=friendica.git allow a video and/or photo to fit with scrollbars --- diff --git a/view/theme/default/style.css b/view/theme/default/style.css index 49a8f2d737..18b2ee67a9 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -1998,6 +1998,6 @@ a.mail-list-link { .wall-item-content { - max-height: 350px; + max-height: 400px; overflow:auto; } diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 13d396e787..388f1e2301 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1880,6 +1880,6 @@ a.mail-list-link { } .wall-item-content { - max-height: 350px; + max-height: 400px; overflow:auto; }