]> cat aescling's git repositories - mastodon.git/commitdiff
Improve actions modal style (#4423)
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 28 Jul 2017 13:30:53 +0000 (15:30 +0200)
committerGitHub <noreply@github.com>
Fri, 28 Jul 2017 13:30:53 +0000 (15:30 +0200)
app/javascript/styles/components.scss

index f03ed6c695a47b47dc87a55f61625e8f71046f92..8b18d5b5cd7c3f4fa9760844e994534e04a64fcd 100644 (file)
@@ -3430,6 +3430,15 @@ button.icon-button.active i.fa-retweet {
   }
 }
 
+.actions-modal {
+  .status {
+    background: $white;
+    border-bottom-color: $ui-secondary-color;
+    padding-top: 10px;
+    padding-bottom: 10px;
+  }
+}
+
 .boost-modal__container {
   overflow-x: scroll;
   padding: 10px;