mirror of
https://codeberg.org/tacerus/teddit.git
synced 2025-01-09 12:52:32 +01:00
fix search css
This commit is contained in:
parent
a5c144e984
commit
c536dc53a3
5
dist/css/styles.css
vendored
5
dist/css/styles.css
vendored
@ -1089,6 +1089,11 @@ input[type="submit"]:hover,
|
|||||||
width: calc(100% - 60px);
|
width: calc(100% - 60px);
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
#search.sr.search-page {
|
||||||
|
width: 100%;
|
||||||
|
margin-left: 20px;
|
||||||
|
margin-top: 40px;
|
||||||
|
}
|
||||||
#search form {
|
#search form {
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,7 @@ html
|
|||||||
include includes/head.pug
|
include includes/head.pug
|
||||||
body(class=""+ user_preferences.theme +"")
|
body(class=""+ user_preferences.theme +"")
|
||||||
include includes/topbar.pug
|
include includes/topbar.pug
|
||||||
#search
|
#search.sr.search-page
|
||||||
form(action="/r/" + subreddit + "/search", method="GET")
|
form(action="/r/" + subreddit + "/search", method="GET")
|
||||||
input(type="text", name="q", id="q", placeholder="search", value=""+ q +"")
|
input(type="text", name="q", id="q", placeholder="search", value=""+ q +"")
|
||||||
div
|
div
|
||||||
|
Loading…
Reference in New Issue
Block a user