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 extra space between status text and username (
#5902
)
pull/4/head
Lynx Kotoura
7 years ago
committed by
Eugen Rochko
parent
f9a0d8f2b9
commit
281c577cf8
1 changed files
with
3 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-4
app/javascript/styles/mastodon/components.scss
+ 3
- 4
app/javascript/styles/mastodon/components.scss
View File
@ -512,7 +512,6 @@
font-weight
:
400
;
overflow
:
hidden
;
white-space
:
pre-wrap
;
padding-top
:
5px
;
&
.
status__content--with-spoiler
{
white-space
:
normal
;
@ -525,7 +524,7 @@
.
emojione
{
width
:
20px
;
height
:
20px
;
margin
:
-
5
px
0
0
;
margin
:
-
3
px
0
0
;
}
p
{
@ -761,7 +760,7 @@
.
status__action-bar
{
align-items
:
center
;
display
:
flex
;
margin-top
:
5
px
;
margin-top
:
10
px
;
}
.
status__action-bar-button
{
@ -794,7 +793,7 @@
.
emojione
{
width
:
24px
;
height
:
24px
;
margin
:
-
5
px
0
0
;
margin
:
-
3
px
0
0
;
}
}
Write
Preview
Loading…
Cancel
Save