mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-02-17 02:24:22 +01:00
Fixed album list in search results
This commit is contained in:
parent
1fd921be58
commit
98c16e0aa6
1 changed files with 12 additions and 1 deletions
13
resources/assets/styles/components/search.less
vendored
13
resources/assets/styles/components/search.less
vendored
|
@ -90,8 +90,19 @@ input.search-input {
|
|||
}
|
||||
|
||||
.albums-listing, .playlists-listing, .users-listing {
|
||||
width: 100% !important;
|
||||
|
||||
li {
|
||||
width: 100%;
|
||||
width: 98%;
|
||||
a img {
|
||||
width: 60px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.info {
|
||||
margin-left: 60px;
|
||||
padding: 2px 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue