enzostvs HF Staff commited on
Commit
8ff4093
·
1 Parent(s): 7c248a2

transition only mobile

Browse files
Files changed (1) hide show
  1. 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
  }