[web] Fix http stream button not clickable in mobile view

This commit is contained in:
chme 2021-12-26 09:58:52 +01:00
parent 6d5b43c12c
commit 4bc8719aaa

View File

@ -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}` : '']">