chore: clean up

This commit is contained in:
iamsivin
2024-03-14 17:28:42 +05:30
parent 162efff711
commit 905cb652d5
2 changed files with 2 additions and 2 deletions
@@ -1,7 +1,7 @@
<template>
<section class="flex w-full h-full bg-white dark:bg-slate-900">
<div
class="flex flex-col h-full w-full md:min-w-[380px] md:max-w-[380px] ltr:border-r border-slate-50 dark:border-slate-800/50"
class="flex flex-col h-full w-full md:min-w-[360px] md:max-w-[360px] ltr:border-r border-slate-50 dark:border-slate-800/50"
:class="!currentNotificationId ? 'flex' : 'hidden md:flex'"
>
<inbox-list-header
@@ -62,7 +62,7 @@ import { getInboxClassByType } from 'dashboard/helper/inbox';
const MAX_LABELS = 6;
const MIN_LABELS = 1;
const BASE_WIDTH = 380;
const BASE_WIDTH = 360;
const TOTAL_PADDING = 36;
const EFFECTIVE_WIDTH = BASE_WIDTH - TOTAL_PADDING;