1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-07 02:33:39 +02:00

Move artists into library (#68)

* Use more sensible naming for api responses

* Move artist overview into library; closes #50 and #52

* Fix sass live-reload

* Move editor config out of shadow-cljs.edn
This commit is contained in:
heyarne 2019-12-08 00:56:45 +01:00 committed by GitHub
commit 930bf55390
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 82 additions and 47 deletions

View file

@ -228,14 +228,30 @@
&.is-tiny
padding: 0.75rem 1.5rem
// tab bar on top
&.ui-tab-bar
padding-bottom: 0.75rem
// occurs on many pages at the top to show details
.hero
&.is-small + .section
padding-top: 0
padding: 1.5rem 1.5rem
&.is-tiny + .section
padding: 0.75rem 1.5rem
.media-content
align-self: center
// modifies our headlines to be next to each other
+tablet
&.single-line .container
display: flex
align-items: baseline
.title
flex-grow: 1
margin-bottom: 0
// floating notifications
.notifications:not(:empty)
@extend .container
@ -358,4 +374,4 @@ tr.sortable-is-moving.is-playing
// Navigation fixes
.navbar-brand > .navbar-item > a
display: flex
align-items: center
align-items: center