mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-18 21:45:06 -04:00
fix search for mobile view
This commit is contained in:
Vendored
+3
-2
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user