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
5 additions and
0 deletions
-
app/javascript/styles/mastodon/components.scss
|
@ -5259,6 +5259,9 @@ noscript { |
|
|
font-size: 14px; |
|
|
font-size: 14px; |
|
|
font-weight: 500; |
|
|
font-weight: 500; |
|
|
display: block; |
|
|
display: block; |
|
|
|
|
|
overflow: hidden; |
|
|
|
|
|
text-overflow: ellipsis; |
|
|
|
|
|
white-space: nowrap; |
|
|
|
|
|
|
|
|
&:hover, |
|
|
&:hover, |
|
|
&:focus, |
|
|
&:focus, |
|
@ -5271,6 +5274,7 @@ noscript { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
&__current { |
|
|
&__current { |
|
|
|
|
|
flex: 0 0 auto; |
|
|
width: 100px; |
|
|
width: 100px; |
|
|
font-size: 24px; |
|
|
font-size: 24px; |
|
|
line-height: 36px; |
|
|
line-height: 36px; |
|
@ -5280,6 +5284,7 @@ noscript { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
&__sparkline { |
|
|
&__sparkline { |
|
|
|
|
|
flex: 0 0 auto; |
|
|
width: 50px; |
|
|
width: 50px; |
|
|
|
|
|
|
|
|
path { |
|
|
path { |
|
|