]> git.mxchange.org Git - friendica.git/commitdiff
Image in /contacts/xx is shifted.
authorFriendica <friendica@friendica.astifter.com>
Thu, 19 Apr 2018 19:49:58 +0000 (19:49 +0000)
committerAndreas Neustifter <andreas.neustifter@gmail.com>
Sun, 22 Apr 2018 20:44:22 +0000 (20:44 +0000)
The contact image for a single contact in /contacts/xx is next to the contact name
instead of below, fix that.

view/global.css

index 30dbeeff0928150aa92eeb71c1ad5eca20c82c98..c23cba31b3c088da62bc80b18ebe4f42f16af33c 100644 (file)
@@ -202,6 +202,7 @@ blockquote.shared_content {
 }
 
 #profile-photo-wrapper {
+  clear: both;
   overflow: hidden;
 }