about summary refs log tree commit diff
path: root/app/javascript/styles/mastodon/about.scss
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-07-03 01:48:09 +0200
committerGitHub <noreply@github.com>2018-07-03 01:48:09 +0200
commit30b377cc15bcd7bc1e89bd4eefe473369a28e658 (patch)
treec2c46d23ffe934e08766295fdf5a032f62bb2dce /app/javascript/styles/mastodon/about.scss
parentda8fe8079e13758f45e5ba77cb8023c554ae193c (diff)
Fix style of attachment list on /about (#7930)
Diffstat (limited to 'app/javascript/styles/mastodon/about.scss')
-rw-r--r--app/javascript/styles/mastodon/about.scss21
1 files changed, 21 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/about.scss b/app/javascript/styles/mastodon/about.scss
index 77728995d..19e14fe95 100644
--- a/app/javascript/styles/mastodon/about.scss
+++ b/app/javascript/styles/mastodon/about.scss
@@ -901,6 +901,27 @@ $small-breakpoint: 960px;
       }
     }
 
+    .attachment-list__list {
+      margin-left: 0;
+      list-style: none;
+
+      li {
+        font-size: inherit;
+        line-height: inherit;
+        font-weight: inherit;
+        margin-bottom: 0;
+
+        a {
+          color: $dark-text-color;
+          text-decoration: none;
+
+          &:hover {
+            text-decoration: underline;
+          }
+        }
+      }
+    }
+
     @media screen and (max-width: $column-breakpoint) {
       height: 90vh;
     }