1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 14:31:44 +01:00

Adds is-hidden-mobile for header

This commit is contained in:
Amir Raminfar
2021-01-01 14:50:47 -08:00
parent 8d7f897e19
commit da2401bb89

View File

@@ -1,7 +1,7 @@
<template>
<scrollable-view :scrollable="scrollable" v-if="container">
<template v-slot:header v-if="showTitle">
<div class="columns is-vcentered mr-0">
<div class="columns is-vcentered mr-0 is-hidden-mobile">
<div class="column is-narrow">
<container-title :value="container.name" @close="$emit('close')"></container-title>
</div>