Eugen Rochko
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
app/javascript/styles/mastodon/components.scss
|
@ -3903,7 +3903,7 @@ a.status-card.compact:hover { |
|
|
|
|
|
|
|
|
.fa { |
|
|
.fa { |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
top: 15px; |
|
|
|
|
|
|
|
|
top: 16px; |
|
|
right: 10px; |
|
|
right: 10px; |
|
|
z-index: 2; |
|
|
z-index: 2; |
|
|
display: inline-block; |
|
|
display: inline-block; |
|
@ -3933,7 +3933,7 @@ a.status-card.compact:hover { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.fa-times-circle { |
|
|
.fa-times-circle { |
|
|
top: 11px; |
|
|
|
|
|
|
|
|
top: 17px; |
|
|
transform: rotate(0deg); |
|
|
transform: rotate(0deg); |
|
|
color: $action-button-color; |
|
|
color: $action-button-color; |
|
|
cursor: pointer; |
|
|
cursor: pointer; |
|
|