Browse Source
Merge pull request #391 from ashkitten/compressed-notifs
fix non-notification boosts for compressed notifications
closed-social-glitch-2
David Yip
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
5 deletions
-
app/javascript/flavours/glitch/styles/components/status.scss
|
|
@ -293,17 +293,17 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.status__info { |
|
|
|
display: flex; |
|
|
|
margin: 2px 0 5px; |
|
|
|
position: relative; |
|
|
|
padding: 2px 0 5px; |
|
|
|
font-size: 15px; |
|
|
|
line-height: 24px; |
|
|
|
} |
|
|
|
|
|
|
|
.status__info__icons { |
|
|
|
flex: none; |
|
|
|
position: relative; |
|
|
|
position: absolute; |
|
|
|
color: lighten($ui-base-color, 26%); |
|
|
|
margin-left: auto; |
|
|
|
top: 0; |
|
|
|
right: 0; |
|
|
|
|
|
|
|
.status__visibility-icon { |
|
|
|
padding-left: 6px; |
|
|
|