updated search hint icons
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.1 KiB |
BIN
dashboard-ui/css/images/items/searchhintsv2/film.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
dashboard-ui/css/images/items/searchhintsv2/game.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
dashboard-ui/css/images/items/searchhintsv2/music.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
dashboard-ui/css/images/items/searchhintsv2/person.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
dashboard-ui/css/images/items/searchhintsv2/tv.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
|
@ -1,4 +1,15 @@
|
|||
.searchHints {
|
||||
.searchPanel {
|
||||
min-width: 250px;
|
||||
}
|
||||
|
||||
@media all and (min-width: 60px) {
|
||||
|
||||
.searchPanel {
|
||||
min-width: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
.searchHints {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
|
|