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 style of account fields form
closed-social-glitch-2
Thibaut Girka
6 years ago
parent
64be38da0c
commit
91fb82a4dd
1 changed files
with
12 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-0
app/javascript/flavours/glitch/styles/forms.scss
+ 12
- 0
app/javascript/flavours/glitch/styles/forms.scss
View File
@ -15,6 +15,18 @@ code {
overflow
:
hidden
;
overflow
:
hidden
;
}
}
.
row
{
display
:
flex
;
margin
:
0
-5px
;
.
input
{
box-sizing
:
border-box
;
flex
:
1
1
auto
;
width
:
50
%
;
padding
:
0
5px
;
}
}
span
.
hint
{
span
.
hint
{
display
:
block
;
display
:
block
;
color
:
$
ui-primary-color
;
color
:
$
ui-primary-color
;
Write
Preview
Loading…
Cancel
Save