Update styles

This commit is contained in:
Pranav
2025-05-09 12:14:49 -07:00
parent fb5cf32734
commit 333c1ca383
4 changed files with 41 additions and 39 deletions
@@ -80,11 +80,9 @@ const toggleConversationLayout = () => {
<template>
<div
class="flex items-center justify-between gap-2 px-3 h-12"
class="flex items-center justify-between gap-2 px-3 h-12 pt-3 pb-3"
:class="{
'pb-3 border-b border-n-strong': hasAppliedFiltersOrActiveFolders,
'pt-3 pb-2': showV4View,
'mb-2 pb-0': !showV4View,
'border-b border-n-strong': hasAppliedFiltersOrActiveFolders,
}"
>
<div class="flex items-center justify-center min-w-0">
@@ -114,7 +114,7 @@ export default {
<woot-tabs
v-if="dashboardApps.length && currentChat.id"
:index="activeIndex"
class="-mt-px bg-white dashboard-app--tabs dark:bg-slate-900"
class="-mt-px border-t border-t-transparent bg-white dashboard-app--tabs"
@change="onDashboardAppTabChange"
>
<woot-tabs-item