]> git.mxchange.org Git - friendica.git/commitdiff
vier-mobile: fix threaded view for tablets and bigger
authorrabuzarus <>
Mon, 25 Apr 2016 17:54:03 +0000 (19:54 +0200)
committerrabuzarus <>
Mon, 25 Apr 2016 17:54:03 +0000 (19:54 +0200)
view/theme/vier/mobile.css

index 469146ad41c775d4e70589028b0a27de3dcd77ac..3e5afdf0d1f4346a1b778a74bbf29ff8c81dc397 100644 (file)
@@ -63,6 +63,10 @@ nav ul {
   a.desktop-view { display: none; }
   a.mobile-view { display: initial; }
   #nav-apps-link { display: none; }
+  .wall-item-container .wall-item-info { width: auto; }
+  .contact-photo-wrapper { width: 55px; }
+  .wwto { left: 0px; }
+
 }
 
 @media screen and (max-width: 480px) {
@@ -105,10 +109,6 @@ nav ul {
   max-width: 100%;
 }
 
-.wall-item-container .wall-item-info { width: auto; }
-.contact-photo-wrapper { width: 55px; }
-.wwto { left: 0px; }
-
 /* aside in/out */
 .mobile-aside-toggle {
        display: block !important;