From df2be116a56dee9816d402ebec80be413991b80d Mon Sep 17 00:00:00 2001 From: RisingGlitch Date: Tue, 17 Oct 2023 18:18:34 -0700 Subject: [PATCH] =?UTF-8?q?[=E2=9C=A8]=20Added=20CanResize=20option=20to?= =?UTF-8?q?=20vm,=20and=20added=20info=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/info.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/apps/info.ts b/src/apps/info.ts index 35b9d28..7ed97ad 100644 --- a/src/apps/info.ts +++ b/src/apps/info.ts @@ -1,4 +1,4 @@ -import icon from '../assets/icons/settings.png' +import icon from '../assets/icons/info.png' import { App } from '../types.ts' import { FlowWindow } from '../wm.ts' @@ -45,12 +45,12 @@ export default class SettingsApp implements App { .github { float:right; position: relative; - top: 80px; + top: 125px; } .discord { float:left; position: relative; - top: 80px; + top: 125px; } `