Refreshing browse tiles, fixes #418
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 55 KiB |
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 41 KiB |
BIN
src/assets/backgrounds/browse-google.jpg
Executable file
|
After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 70 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 47 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 30 KiB |
@ -64,6 +64,7 @@ class LibraryBrowse extends React.Component{
|
||||
|
||||
case 'Spotify':
|
||||
case 'Spotify Browse':
|
||||
case 'Spotify Web Browse':
|
||||
subdirectory.icons = ['/iris/assets/backgrounds/browse-spotify.jpg']
|
||||
break
|
||||
|
||||
|
||||
@ -21,6 +21,7 @@
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 60px;
|
||||
box-sizing: border-box;
|
||||
z-index: 2;
|
||||
overflow-y: auto;
|
||||
|
||||
@ -15,6 +15,7 @@
|
||||
font-weight: 700;
|
||||
height: 4rem;
|
||||
background: transparent;
|
||||
border: 0;
|
||||
border-bottom: 2px solid colour(grey);
|
||||
border-radius: 0;
|
||||
letter-spacing: -0.15rem;
|
||||
|
||||