From efad5d5d9597857b40de5f95735b7676466c6d1d Mon Sep 17 00:00:00 2001 From: Eduardo Flores Date: Fri, 15 Nov 2024 08:05:30 +0100 Subject: [PATCH] add: open graph and viewport --- docs/index.html | 192 +++++++++++++++++++++----------------------- src/app/settings.rs | 2 +- 2 files changed, 92 insertions(+), 102 deletions(-) diff --git a/docs/index.html b/docs/index.html index 7071eaf..98e8c70 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,113 +1,103 @@ - - - Tasks - - - - - - -
-
-
- Workflow -
-
-
-

- Go Supernova -

-

- Unleash your interstellar potential -

-

- A simple task management app, reaching across the cosmos - to help you get things done -

-
- - Get it on Flathub - -
+
+
+
+ Workflow +
+
+
+

+ Go Supernova +

+

+ Unleash your interstellar potential +

+

+ A simple task management app, reaching across the cosmos + to help you get things done +

+ - - -
+ + +
- - +
+ + + \ No newline at end of file diff --git a/src/app/settings.rs b/src/app/settings.rs index a601b25..ab4b04f 100644 --- a/src/app/settings.rs +++ b/src/app/settings.rs @@ -22,7 +22,7 @@ pub fn settings() -> Settings { .client_decorations(true) .theme(config.app_theme.theme()) .size_limits(Limits::NONE.min_width(350.0).min_height(180.0)) - .size(Size::new(700.0, 900.0)) + .size(Size::new(700.0, 750.0)) .debug(false) }