diff --git a/frontend/src/components/Save.tsx b/frontend/src/components/Save.tsx
index 3eda6de..3901e51 100644
--- a/frontend/src/components/Save.tsx
+++ b/frontend/src/components/Save.tsx
@@ -22,51 +22,35 @@ const Save = (props: SaveProps) => {
return (
-
-
-
-
-
+
+
+
-
-
-
-
+
+
+
-
{props.data.Name}
-
+
{props.data.Name}
-
+
{formatDate(props.data.CreatedAt)}
-
- props.onDelete()} className="p-3" variant="text">
+ props.onDelete()} variant="text">
diff --git a/main.go b/main.go
index 0b7772e..994eb6b 100644
--- a/main.go
+++ b/main.go
@@ -37,8 +37,6 @@ func main() {
Height: appSize,
MinWidth: appSize,
MinHeight: appSize,
- MaxWidth: appSize,
- MaxHeight: appSize,
BackgroundColour: &options.RGBA{R: 27, G: 38, B: 54, A: 1},
Menu: appMenu.Menu,
Bind: binds,