the slight rounding is really nice

This commit is contained in:
talksik
2022-05-10 10:14:32 -05:00
parent 0488944371
commit ed3d4c9fbe
4 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ const createWindow = (): void => {
// backgroundColor: "#00000000",
frame: false,
roundedCorners: false,
roundedCorners: true,
});
// browserWindow.setBackgroundColor("#00000000");
+1 -1
View File
@@ -55,7 +55,7 @@ export default function NirvanaRouter() {
// send the final dimensions to main process
window.electronAPI.window.resizeWindow({
setAlwaysOnTop: true, // TODO: remove, just this for testing
setAlwaysOnTop,
dimensions: {
height: finalDimensions.height,
width: finalDimensions.width,
@@ -7,7 +7,6 @@ import { useGetUserDetails, useUserLines } from "../../controller/index";
import { useRecoilState, useSetRecoilState } from "recoil";
import { FaPlus } from "react-icons/fa";
import IconButton from "../../components/Button/IconButton/index";
import { LineMemberState } from "@nirvana/core/models/line.model";
import LineRow from "../../components/lines/lineRow.tsx/index";
import MasterLineData from "@nirvana/core/models/masterLineData.model";
+3 -3
View File
@@ -16,9 +16,9 @@ body {
font-family: "IBM Plex Sans", sans-serif;
}
/* button {
@apply transition-all;
} */
button {
@apply transition-all rounded;
}
#titlebar {
-webkit-user-select: none;