nicer transitions makes the world of difference

This commit is contained in:
talksik
2022-05-06 04:49:02 -05:00
parent 8bc88bcd4c
commit abf28c8820
3 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -100,13 +100,13 @@ app
browserWindow.setSize(
currentDimensions[0] + req.dimensions.width,
currentDimensions[1] + req.dimensions.height,
true
false
);
} else {
browserWindow.setSize(
req.dimensions.width,
req.dimensions.height,
true
false
);
}
+1 -1
View File
@@ -311,7 +311,7 @@ export default function NirvanaRouter() {
}, [setDesktopMode]);
return (
<div className="flex flex-col h-screen">
<div className="flex flex-col">
<NirvanaHeader onHeaderFocus={() => setDesktopMode("terminal")} />
<div className="flex flex-row flex-1">
@@ -77,7 +77,6 @@ export default function NirvanaTerminal({
<Skeleton />
) : (
<>
{" "}
{!userLinesRes?.data?.masterLines.length && (
<span className="text-gray-300 text-sm my-5 text-center">
You have no lines! <br /> Create one to connect to your team