]> git.mxchange.org Git - friendica.git/blobdiff - view/global.css
Merge pull request #1357 from annando/1502-html-poco-2
[friendica.git] / view / global.css
index c643281354d87822a9207372f829316bcd0d4201..549e1216d2ed14607663acec73d6a8b3a0fbae4d 100644 (file)
@@ -33,13 +33,24 @@ span.connector {
     clear: both;
     visibility: hidden;
 }
+
 .wall-item-container .wall-item-content .type-link img,
-.type-link img, .type-video img {
+.type-link img, .type-video img, img.attachment-preview {
   max-width: 160px;
   max-height: 160px;
   float: left;
   margin-right: 10px;
 }
+
+.wall-item-container .wall-item-content .type-link img.attachment-image,
+.type-link img.attachment-image, .type-video img.attachment-image  {
+  /* max-width: 640px; */
+  max-width: 100%;
+  max-height: initial;
+  float: initial;
+  margin-right: 0px;
+}
+
 .type-link blockquote, .type-video blockquote {
   margin-left: 0px;
   max-height: 160px;
@@ -111,3 +122,7 @@ blockquote.shared_content {
   color: #000;
   border: none;
 }
+
+.settings-heading a:after{
+  content: ' ยป';
+}
\ No newline at end of file