Spaces:
Running
Running
transition only mobile
Browse files- src/components/App.tsx +1 -1
src/components/App.tsx
CHANGED
@@ -163,7 +163,7 @@ function App() {
|
|
163 |
<div
|
164 |
ref={editor}
|
165 |
className={classNames(
|
166 |
-
"w-full h-[calc(100dvh-49px)] lg:h-[calc(100dvh-54px)] relative overflow-hidden transition-all duration-200",
|
167 |
{
|
168 |
"max-lg:h-0": currentView === "preview",
|
169 |
}
|
|
|
163 |
<div
|
164 |
ref={editor}
|
165 |
className={classNames(
|
166 |
+
"w-full h-[calc(100dvh-49px)] lg:h-[calc(100dvh-54px)] relative overflow-hidden max-lg:transition-all max-lg:duration-200",
|
167 |
{
|
168 |
"max-lg:h-0": currentView === "preview",
|
169 |
}
|