]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Add relationship manager UI
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 16 Mar 2019 10:23:22 +0000 (11:23 +0100)
committerThibaut Girka <thib@sitedethib.com>
Sat, 16 Mar 2019 13:36:29 +0000 (14:36 +0100)
Port SCSS changes from 1c113fd72df18999de1d6f09fa3790dd1f715506 to glitch-soc

app/javascript/flavours/glitch/styles/tables.scss

index 296182ff5229c629ebbc1dacdb0b883d874dbe5e..11845fb17ce7350e2e2e9ec6f3470a0da7b36b91 100644 (file)
@@ -140,6 +140,15 @@ a.table-action-link {
       input {
         margin-top: 8px;
       }
+
+      &--aligned {
+        display: flex;
+        align-items: center;
+
+        input {
+          margin-top: 0;
+        }
+      }
     }
 
     &__actions,
@@ -183,6 +192,10 @@ a.table-action-link {
     &__content {
       padding-top: 12px;
       padding-bottom: 16px;
+
+      &--unpadded {
+        padding: 0;
+      }
     }
   }
 
@@ -193,4 +206,10 @@ a.table-action-link {
       font-weight: 700;
     }
   }
+
+  .nothing-here {
+    border: 1px solid darken($ui-base-color, 8%);
+    border-top: 0;
+    box-shadow: none;
+  }
 }