This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
fix non-notification boosts
closed-social-glitch-2
Ash Levy
6 years ago
parent
9317f6853e
commit
33d5fe889a
1 changed files
with
5 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-5
app/javascript/flavours/glitch/styles/components/status.scss
+ 5
- 5
app/javascript/flavours/glitch/styles/components/status.scss
View File
@ -294,17 +294,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
;
Write
Preview
Loading…
Cancel
Save