mirror of
https://github.com/simon987/nyaa.git
synced 2025-12-16 08:19:05 +00:00
Fix search bar presentation
Need to fix filters and categories though. Looks terrible.
This commit is contained in:
@@ -99,6 +99,39 @@ table.torrent-list thead th.sorting_desc:after {
|
||||
}
|
||||
}
|
||||
|
||||
.search-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.form-control.search-bar {
|
||||
order: 1;
|
||||
width: 88%;
|
||||
}
|
||||
|
||||
.search-btn {
|
||||
order: 2;
|
||||
align-self: flex-end;
|
||||
top: -34px;
|
||||
height: 0;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#navFilter-category {
|
||||
order: 3;
|
||||
}
|
||||
|
||||
#navFilter-criteria {
|
||||
order: 4;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.search-btn {
|
||||
top: 0;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
/* elasticsearch term highlight */
|
||||
.hlt1 {
|
||||
font-style: normal;
|
||||
|
||||
Reference in New Issue
Block a user