]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/css/style.css
Merge branch 'develop' of https://github.com/friendica/friendica into develop
[friendica.git] / view / theme / frio / css / style.css
index b96e53fa1a008a0bcdc0f4b951ae105cdda5600e..c563dd121a87bc6c680d775e388985f1e381b279 100644 (file)
@@ -96,9 +96,6 @@ blockquote {
     max-height: 0px !important;
     overflow: hidden !important;
 }
-code {
-    white-space: pre-wrap;
-}
 
 /**
  * mobile aside
@@ -1065,9 +1062,6 @@ aside > #datebrowse-sidebar .posted-date-selector-months > ul > li:hover{
 }
 
 /* help page widget */
-aside > .help-content-wrapper code, .help-aside-wrapper code {
-    display: inline
-}
 aside > .help-aside-wrapper p strong:first-child {
     display: block;
     margin: 1em 0 0em;
@@ -3453,4 +3447,12 @@ section .profile-match-wrapper {
                top: 24px;
                left: 24px;
        }
+
+       /*
+               Prevent automatic zoom on input focus on iOS
+               see https://stackoverflow.com/a/16255670
+       */
+       .form-control {
+               font-size: 16px;
+       }
 }