mirror of
https://codeberg.org/tacerus/teddit.git
synced 2025-01-09 12:52:32 +01:00
fix search for mobile view
This commit is contained in:
parent
3fc31767d3
commit
a5c144e984
5
dist/css/styles.css
vendored
5
dist/css/styles.css
vendored
@ -1082,7 +1082,6 @@ input[type="submit"]:hover,
|
|||||||
/* SEARCH */
|
/* SEARCH */
|
||||||
#search {
|
#search {
|
||||||
margin-bottom: 50px;
|
margin-bottom: 50px;
|
||||||
margin-top: 30px;
|
|
||||||
float: left;
|
float: left;
|
||||||
width: calc(25% - 60px);
|
width: calc(25% - 60px);
|
||||||
}
|
}
|
||||||
@ -1340,8 +1339,10 @@ code {
|
|||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
}
|
}
|
||||||
#search.sr {
|
#search {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
margin-left: 20px;
|
||||||
|
margin-top: 30px;
|
||||||
}
|
}
|
||||||
#links.sr {
|
#links.sr {
|
||||||
width: calc(100% - 10px);
|
width: calc(100% - 10px);
|
||||||
|
Loading…
Reference in New Issue
Block a user