mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-15 18:05:50 +01:00
Fix search box style for mobile
This commit is contained in:
@@ -1971,17 +1971,16 @@ div.container.blame-container{
|
|||||||
|
|
||||||
/* Adjust issue search box size and position */
|
/* Adjust issue search box size and position */
|
||||||
#search-filter-box {
|
#search-filter-box {
|
||||||
width: 98% !important;
|
width: 100% !important;
|
||||||
position: absolute;
|
|
||||||
left: 4px;
|
|
||||||
margin-top: 42px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
form#search-filter-form {
|
form#search-filter-form {
|
||||||
float: none !important;
|
float: none !important;
|
||||||
margin-bottom: 80px !important;
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
form#search-filter-form>div.form-group {
|
||||||
|
width: 100% !important;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-issues a.button-link {
|
.table-issues a.button-link {
|
||||||
width: 42px;
|
width: 42px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
|
|||||||
Reference in New Issue
Block a user