diff --git a/public/config.json b/public/config.json index f966bb7..a3b7d4a 100644 --- a/public/config.json +++ b/public/config.json @@ -1,5 +1,5 @@ { - "backend_dev": "http://localhost:31204", - "backend_de": "https://webplay.rocks", + "backend_de": "http://localhost:31204", + "backend_dev": "https://webplay.rocks", "backend": "https://webplay.rocks" } \ No newline at end of file diff --git a/public/static/style.css b/public/static/style.css index 20c7b6e..1b73352 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -1555,7 +1555,7 @@ td.strech { display: none !important; } .showOnMobilePortrait { - display: flex; + display: flex !important; } nav input { width: 100%; diff --git a/src/components/dialogs/ArtistViewer.vue b/src/components/dialogs/ArtistViewer.vue index 780c610..5ed7943 100644 --- a/src/components/dialogs/ArtistViewer.vue +++ b/src/components/dialogs/ArtistViewer.vue @@ -19,15 +19,15 @@ :class="{ active: isFavourite }" @click="toggleFavourite" /> -