mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 15:45:56 -05:00
[web] Fix http stream button not clickable in mobile view
This commit is contained in:
parent
6d5b43c12c
commit
4bc8719aaa
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<section class="fd-notifications">
|
||||
<section class="fd-notifications" v-if="notifications.length > 0">
|
||||
<div class="columns is-centered">
|
||||
<div class="column is-half">
|
||||
<div class="notification has-shadow " v-for="notification in notifications" :key="notification.id" :class="['notification', notification.type ? `is-${notification.type}` : '']">
|
||||
|
Loading…
Reference in New Issue
Block a user