Eugen Rochko
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
21 additions and
0 deletions
-
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) { |
|
|
@media screen and (max-width: $column-breakpoint) { |
|
|
height: 90vh; |
|
|
height: 90vh; |
|
|
} |
|
|
} |
|
|