style: reduced padding and height of layout header

This commit is contained in:
Shariq Ansari 2024-08-21 12:51:53 +05:30
parent 0ee97b0d1b
commit 8240d35e1e

View File

@ -1,7 +1,7 @@
<template>
<Teleport to="#app-header" v-if="showHeader">
<slot>
<header class="flex h-12 items-center justify-between py-2.5 pl-5">
<header class="flex h-10.5 items-center justify-between py-[7px] pl-5">
<div class="flex items-center gap-2">
<slot name="left-header" />
</div>