]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Change preferences page into appearance, notifications, and other
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 7 Jun 2019 01:39:24 +0000 (03:39 +0200)
committerThibaut Girka <thib@sitedethib.com>
Mon, 10 Jun 2019 16:59:59 +0000 (18:59 +0200)
Port SCSS changes from 1db4117030ac69b1083ddfe7390dedb02cede421 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/styles/accounts.scss
app/javascript/flavours/glitch/styles/forms.scss

index 8b8c615ee45aacccba0fdd4b0aef4cd49edff44d..0fae137f061cb385d81b644a531035e7a6538933 100644 (file)
   }
 }
 
-.account-role {
+.account-role,
+.simple_form .recommended {
   display: inline-block;
   padding: 4px 6px;
   cursor: default;
index 2b8d7a6825ff4abd6341e8305bc3f7a8babc5691..dae29a003f399b4cdbd53f927edc88e3ec2432dc 100644 (file)
@@ -79,6 +79,12 @@ code {
           text-decoration: none;
         }
       }
+
+      .recommended {
+        position: absolute;
+        margin: 0 4px;
+        margin-top: -2px;
+      }
     }
   }
 
@@ -443,6 +449,10 @@ code {
     height: 41px;
   }
 
+  h4 {
+    margin-bottom: 15px !important;
+  }
+
   .label_input {
     &__wrapper {
       position: relative;