the slight rounding is really nice
This commit is contained in:
@@ -48,7 +48,7 @@ const createWindow = (): void => {
|
||||
// backgroundColor: "#00000000",
|
||||
|
||||
frame: false,
|
||||
roundedCorners: false,
|
||||
roundedCorners: true,
|
||||
});
|
||||
|
||||
// browserWindow.setBackgroundColor("#00000000");
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user