This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Set margin between character-counter and compose-form__buttons (
#4698
)
For some languages publish translation is long.
master
Lynx Kotoura
7 years ago
committed by
Eugen Rochko
parent
00840f4f2e
commit
8ecfdd8795
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/javascript/styles/components.scss
+1
-1
app/javascript/styles/rtl.scss
+ 1
- 1
app/javascript/styles/components.scss
View File
@ -1872,7 +1872,7 @@
.
character-counter__wrapper
{
line-height
:
36px
;
margin
-right
:
16px
;
margin
:
0
16
px
0
8
px
;
padding-top
:
10px
;
}
+ 1
- 1
app/javascript/styles/rtl.scss
View File
@ -8,7 +8,7 @@ body.rtl {
}
.
character-counter__wrapper
{
margin-right
:
0
;
margin-right
:
8px
;
margin-left
:
16px
;
}
Write
Preview
Loading…
Cancel
Save