1
0
Fork 0
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:
Arne Schlüter 2018-06-03 15:40:00 +02:00
commit 042d56bd24
3 changed files with 15 additions and 9 deletions

View file

@ -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