mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-26 00:59:24 +01:00
search out of place on frontpage
This commit is contained in:
parent
da74bebcb9
commit
3fc31767d3
2
dist/css/styles.css
vendored
2
dist/css/styles.css
vendored
@ -1084,7 +1084,7 @@ input[type="submit"]:hover,
|
|||||||
margin-bottom: 50px;
|
margin-bottom: 50px;
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
float: left;
|
float: left;
|
||||||
width: calc(100% - 30px);
|
width: calc(25% - 60px);
|
||||||
}
|
}
|
||||||
#search.sr {
|
#search.sr {
|
||||||
width: calc(100% - 60px);
|
width: calc(100% - 60px);
|
||||||
|
@ -99,7 +99,7 @@ html
|
|||||||
p.comments
|
p.comments
|
||||||
a(href="" + link.permalink + "", class="comments")
|
a(href="" + link.permalink + "", class="comments")
|
||||||
| #{link.num_comments} comments
|
| #{link.num_comments} comments
|
||||||
#search.sr
|
#search
|
||||||
p search
|
p search
|
||||||
form(action="/r/all/search", method="GET")
|
form(action="/r/all/search", method="GET")
|
||||||
input(type="text", name="q", id="q", placeholder="search")
|
input(type="text", name="q", id="q", placeholder="search")
|
||||||
|
Loading…
Reference in New Issue
Block a user