]> cat aescling's git repositories - mastodon.git/commitdiff
Adjust padding on the public profile page (#4757)
authorCygnan <email@cygnan.com>
Fri, 1 Sep 2017 19:01:23 +0000 (04:01 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 1 Sep 2017 19:01:23 +0000 (21:01 +0200)
* Fix a style issue on the public profile page for some mobile browsers

Signed-off-by: Cygnan <email@cygnan.com>
* Set padding-bottom to 20px

Signed-off-by: Cygnan <email@cygnan.com>
app/javascript/styles/basics.scss

index f18a322014860aa2c1e9c06a90f752d4fea8c265..05c93b42e72a1f491a7e29d0840e1b246244646c 100644 (file)
@@ -7,7 +7,7 @@ body {
   line-height: 18px;
   font-weight: 400;
   color: $primary-text-color;
-  padding-bottom: 40px;
+  padding-bottom: 20px;
   text-rendering: optimizelegibility;
   font-feature-settings: "kern";
   text-size-adjust: none;
@@ -61,10 +61,6 @@ body {
     height: 100%;
     padding: 0;
   }
-
-  @media screen and (max-width: 400px) {
-    padding-bottom: 0;
-  }
 }
 
 button {