mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 04:42:58 -05:00
[web] Fix http stream button not clickable in mobile view
This commit is contained in:
@@ -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}` : '']">
|
||||
|
||||
Reference in New Issue
Block a user