mirror of
https://github.com/haiwen/seahub.git
synced 2025-10-21 19:00:12 +00:00
[search result] fixed UI for mobile
This commit is contained in:
@@ -3075,6 +3075,7 @@ button.sf-dropdown-toggle:focus {
|
|||||||
#search-form .input_and_submit {
|
#search-form .input_and_submit {
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
position:relative;
|
position:relative;
|
||||||
|
width:60%;
|
||||||
}
|
}
|
||||||
#search-form .advanced-search {
|
#search-form .advanced-search {
|
||||||
color:#666;
|
color:#666;
|
||||||
@@ -3083,7 +3084,7 @@ button.sf-dropdown-toggle:focus {
|
|||||||
margin-left:4px;
|
margin-left:4px;
|
||||||
}
|
}
|
||||||
#search-form .search-input {
|
#search-form .search-input {
|
||||||
width:392px;
|
width:calc(100% - 35px);
|
||||||
height:24px;
|
height:24px;
|
||||||
padding:0 30px 0 5px;
|
padding:0 30px 0 5px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user