fix style in app share (#995)

This commit is contained in:
crazywoola
2023-08-24 17:57:25 +08:00
committed by GitHub
parent ef61e1487f
commit f13623184a
4 changed files with 10 additions and 12 deletions

View File

@@ -85,7 +85,7 @@ const Sidebar: FC<ISidebarProps> = ({
<div
className={
cn(
(isInstalledApp || isUniversalChat) ? 'tablet:h-[calc(100vh_-_74px)]' : 'tablet:h-[calc(100vh_-_3rem)]',
(isInstalledApp || isUniversalChat) ? 'tablet:h-[calc(100vh_-_74px)]' : '',
'shrink-0 flex flex-col bg-white pc:w-[244px] tablet:w-[192px] mobile:w-[240px] border-r border-gray-200 mobile:h-screen',
)
}