fix: Inbox view list lacks a border in RTL view. (#10684)

This commit is contained in:
Sivin Varghese
2025-01-15 00:43:16 +05:30
committed by GitHub
parent 0c01303db0
commit b3d0d466ee

View File

@@ -206,7 +206,7 @@ export default {
<template>
<section class="flex w-full h-full bg-n-solid-1">
<div
class="flex flex-col h-full w-full lg:min-w-[400px] lg:max-w-[400px] ltr:border-r border-slate-50 dark:border-slate-800/50"
class="flex flex-col h-full w-full lg:min-w-[400px] lg:max-w-[400px] ltr:border-r rtl:border-l border-slate-50 dark:border-slate-800/50"
:class="!currentNotificationId ? 'flex' : 'hidden xl:flex'"
>
<InboxListHeader