From f1614b42b9202e6741875d65f29a40cbd8a1257e Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Sun, 7 Jan 2024 11:29:48 -0600 Subject: [PATCH] layouts/default.vue: hide What's New for now, add a Webclient button --- layouts/default.vue | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/layouts/default.vue b/layouts/default.vue index 80af3b8..aefa19e 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -17,7 +17,18 @@ - + + + + + + + WWT Webclient + + + + +
@@ -97,6 +108,7 @@ import { FullscreenOutlined, FullscreenExitOutlined, MenuRound, + SendTimeExtensionRound, } from "@vicons/material"; import { @@ -233,4 +245,12 @@ function onFullscreenEvent() { width: 100%; padding: 10px 0px; } + +#webclient-button { + background-color: rgba(102, 175, 211, 0.5); + + i { + color: rgba(255, 255, 255, 0.82); + } +} \ No newline at end of file