]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Change visual separation of applications in authorized apps list
authorClaire <claire.github-309c@sitedethib.com>
Wed, 2 Mar 2022 19:28:25 +0000 (20:28 +0100)
committerClaire <claire.github-309c@sitedethib.com>
Wed, 2 Mar 2022 19:52:44 +0000 (20:52 +0100)
Port SCSS changes from c0c4b5718d8827fc59d5564c227e848547a2cb69 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
app/javascript/flavours/glitch/styles/admin.scss
app/javascript/flavours/glitch/styles/forms.scss

index ea9d04e82a1a04fe517f22577f9fc6302c4ad339..73414785c2fe9210397bf14a31de2622b30ec679 100644 (file)
@@ -904,6 +904,14 @@ a.name-tag,
   text-align: center;
 }
 
+.applications-list__item {
+  padding: 15px 0;
+  background: $ui-base-color;
+  border: 1px solid lighten($ui-base-color, 4%);
+  border-radius: 4px;
+  margin-top: 15px;
+}
+
 .announcements-list {
   border: 1px solid lighten($ui-base-color, 4%);
   border-radius: 4px;
index b108e5ce2c1a43ee2c280c3164b6333996b9f1ba..e36fab8fa900e7b49a96c146276680e55e225ab0 100644 (file)
@@ -1126,6 +1126,7 @@ code {
 
     &:last-child {
       border-bottom: 0;
+      padding-bottom: 0;
     }
   }
 }