1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-25 23:03:47 +01:00

fix: imroves margin left on title bar (#2542)

This commit is contained in:
Amir Raminfar
2023-11-26 19:41:11 -08:00
committed by GitHub
parent 2016f8d8b0
commit 9bc5496b0e

View File

@@ -1,7 +1,7 @@
<template>
<scrollable-view :scrollable="scrollable" v-if="container">
<template #header v-if="showTitle">
<div class="mx-2 flex items-center gap-2">
<div class="ml-4 mr-2 flex items-center gap-2">
<container-title @close="$emit('close')" />
<container-stat class="ml-auto" />