This website works better with JavaScript.
Home
Explore
Help
Sign In
Sugoimusic
/
Frontend
Watch
2
Star
0
Fork
1
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Spruce up small inputs with submit buttons
undefined
spaghetti
7 years ago
committed by
Tomochin
parent
c5d890e9e0
commit
b91aa89016
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
static/styles/global.css
+ 2
- 2
static/styles/global.css
View File
@@ -11,10 +11,10 @@
font-size: 110%;
}
.
sidebar .box .add_form
{
.
flex_input_container
{
display: flex;
}
.
sidebar .box .add_form input[type=text]
{
.
flex_input_container > input[type=text]
{
flex-grow: 1;
box-sizing: border-box;
width: 100%;
Write
Preview
Loading…
Cancel
Save