the slight rounding is really nice
This commit is contained in:
@@ -48,7 +48,7 @@ const createWindow = (): void => {
|
|||||||
// backgroundColor: "#00000000",
|
// backgroundColor: "#00000000",
|
||||||
|
|
||||||
frame: false,
|
frame: false,
|
||||||
roundedCorners: false,
|
roundedCorners: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
// browserWindow.setBackgroundColor("#00000000");
|
// browserWindow.setBackgroundColor("#00000000");
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ export default function NirvanaRouter() {
|
|||||||
|
|
||||||
// send the final dimensions to main process
|
// send the final dimensions to main process
|
||||||
window.electronAPI.window.resizeWindow({
|
window.electronAPI.window.resizeWindow({
|
||||||
setAlwaysOnTop: true, // TODO: remove, just this for testing
|
setAlwaysOnTop,
|
||||||
dimensions: {
|
dimensions: {
|
||||||
height: finalDimensions.height,
|
height: finalDimensions.height,
|
||||||
width: finalDimensions.width,
|
width: finalDimensions.width,
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ import { useGetUserDetails, useUserLines } from "../../controller/index";
|
|||||||
import { useRecoilState, useSetRecoilState } from "recoil";
|
import { useRecoilState, useSetRecoilState } from "recoil";
|
||||||
|
|
||||||
import { FaPlus } from "react-icons/fa";
|
import { FaPlus } from "react-icons/fa";
|
||||||
import IconButton from "../../components/Button/IconButton/index";
|
|
||||||
import { LineMemberState } from "@nirvana/core/models/line.model";
|
import { LineMemberState } from "@nirvana/core/models/line.model";
|
||||||
import LineRow from "../../components/lines/lineRow.tsx/index";
|
import LineRow from "../../components/lines/lineRow.tsx/index";
|
||||||
import MasterLineData from "@nirvana/core/models/masterLineData.model";
|
import MasterLineData from "@nirvana/core/models/masterLineData.model";
|
||||||
|
|||||||
@@ -16,9 +16,9 @@ body {
|
|||||||
font-family: "IBM Plex Sans", sans-serif;
|
font-family: "IBM Plex Sans", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* button {
|
button {
|
||||||
@apply transition-all;
|
@apply transition-all rounded;
|
||||||
} */
|
}
|
||||||
|
|
||||||
#titlebar {
|
#titlebar {
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user