]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/mobile.css
Merge pull request #6641 from nupplaphil/config_followup
[friendica.git] / view / theme / vier / mobile.css
index 66721a1b8891d2fad68de601feb90782b7581827..bf7922287600bede9cb989348520eb09e50674d5 100644 (file)
@@ -60,8 +60,8 @@ nav ul {
   .wall-item-container .wall-item-content .type-link img.attachment-image, .type-link img.attachment-image, .type-video img.attachment-image {
     max-width: 350px;
   }
-  a.desktop-view { display: none; }
-  a.mobile-view { display: initial; }
+  .desktop-view { display: none; }
+  .mobile-view { display: initial; }
   #nav-apps-link { display: none; }
 
   .wall-item-container .wall-item-info { width: auto; }
@@ -91,6 +91,13 @@ nav ul {
     width: 100% !important; height: 110px !important;
   }
 
+  #login-extra-links, #login-form {
+    /* width: 341px; */
+    width: 100%;
+  }
+  #id_remember_label {
+    width: unset;
+  }
 }
 
 @media screen and (max-width: 480px) {