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

Add loading indicator to breadcrumbs (#29)

Also moves the current route data into a level 3 subscription (finally).
This commit is contained in:
Arne Schlüter 2018-10-17 12:58:37 +02:00 committed by GitHub
commit ec4504e475
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 83 additions and 35 deletions

View file

@ -169,11 +169,11 @@
@keyframes you-spin-my-head-right-round
from
transform: rotate(0deg)
transform-origin: 49% 50%
transform-origin: 50% 46%
to
transform: rotate(359deg)
transform-origin: 49% 50%
transform-origin: 50% 46%
.loading-spinner
.icon