mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-07 02:33:39 +02:00
Simplify album listing view function, add text-overflow to thumbs
This commit is contained in:
parent
d5c81f3b3a
commit
042d56bd24
3 changed files with 15 additions and 9 deletions
|
|
@ -49,8 +49,14 @@
|
|||
.missing-cover
|
||||
display: block
|
||||
|
||||
// make sure the grid doesn't overflow
|
||||
.album-preview &
|
||||
.album-preview
|
||||
.title,
|
||||
.subtitle
|
||||
overflow: hidden
|
||||
white-space: nowrap
|
||||
text-overflow: ellipsis
|
||||
|
||||
.image.is-256x256
|
||||
width: auto
|
||||
height: auto
|
||||
max-width: 256px
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue