mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-07 02:33:39 +02:00
Merge feature/search
Squashed commit of the following:
commit 8a19df91f8daa1b791d40cc910947c94355a8d0d
Author: Arne Schlüter <arne@schlueter.is>
Date: Tue Aug 28 16:06:35 2018 +0200
Implement search UI (closes #19)
commit bf661dd25ec9f1d5569df88a8a87f94c1bc1b317
Author: Arne Schlüter <arne@schlueter.is>
Date: Tue Aug 28 11:09:46 2018 +0200
Re-add subscription for single endpoint and move helpers to a different location
This commit is contained in:
parent
d26decb2ff
commit
7653af5dd1
22 changed files with 236 additions and 49 deletions
|
|
@ -67,7 +67,9 @@
|
|||
.missing-cover
|
||||
display: block
|
||||
|
||||
.album-preview
|
||||
// preview card for album or artist listings
|
||||
.preview-card
|
||||
.card-content > div,
|
||||
.title,
|
||||
.subtitle
|
||||
overflow: hidden
|
||||
|
|
@ -79,6 +81,7 @@
|
|||
height: auto
|
||||
max-width: 256px
|
||||
max-height: 256px
|
||||
margin: 0
|
||||
|
||||
// occurs in album detail view
|
||||
.table
|
||||
|
|
@ -107,3 +110,12 @@
|
|||
.loading-spinner
|
||||
.icon
|
||||
animation: 1s infinite you-spin-my-head-right-round
|
||||
|
||||
|
||||
// route specific styling
|
||||
.search
|
||||
.content .section
|
||||
padding: 1.5rem 0
|
||||
|
||||
.preview-card .card-content
|
||||
padding: 0.375rem 0.75rem 0.75rem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue