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:
parent
14914e9915
commit
930bf55390
13 changed files with 82 additions and 47 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue