]> git.mxchange.org Git - friendica.git/commitdiff
allow a video and/or photo to fit with scrollbars
authorFriendika <info@friendika.com>
Tue, 25 Jan 2011 04:21:14 +0000 (20:21 -0800)
committerFriendika <info@friendika.com>
Tue, 25 Jan 2011 04:21:14 +0000 (20:21 -0800)
view/theme/default/style.css
view/theme/duepuntozero/style.css

index 49a8f2d737086c0c0f2742a95bd959ac8fc9ef12..18b2ee67a93e3f2ae3748c1a5dbd9e99f265dd8d 100644 (file)
@@ -1998,6 +1998,6 @@ a.mail-list-link {
 
 
 .wall-item-content {
-  max-height: 350px;
+  max-height: 400px;
   overflow:auto;
 }
index 13d396e787d4bc1a57bf316bb707616f774cbc90..388f1e2301eb957f1a0cb72045f7923a89f49b9c 100644 (file)
@@ -1880,6 +1880,6 @@ a.mail-list-link {
 }
 
 .wall-item-content {
-  max-height: 350px;
+  max-height: 400px;
   overflow:auto;
 }