From f75ea1f133021f8976e139a5dfa039529b8d4275 Mon Sep 17 00:00:00 2001 From: iiPython Date: Sat, 20 Jul 2024 20:12:42 -0500 Subject: [PATCH] basic chat layout --- nightwatch/desktop/src/css/main.css | 7 +- .../desktop/src/frames/server/chat.html | 114 +++++++++++++++++- 2 files changed, 117 insertions(+), 4 deletions(-) diff --git a/nightwatch/desktop/src/css/main.css b/nightwatch/desktop/src/css/main.css index c38e456..d3d0053 100644 --- a/nightwatch/desktop/src/css/main.css +++ b/nightwatch/desktop/src/css/main.css @@ -3,8 +3,11 @@ main { align-items: center; justify-content: center; } -html, body, main { - height: 100%; +html, body { + height: calc(100% - 10px); +} +main { + height: calc(100vh - 65px); } body { margin: 0px; diff --git a/nightwatch/desktop/src/frames/server/chat.html b/nightwatch/desktop/src/frames/server/chat.html index 3045ff9..1598fb4 100644 --- a/nightwatch/desktop/src/frames/server/chat.html +++ b/nightwatch/desktop/src/frames/server/chat.html @@ -1,4 +1,114 @@ - --> \ No newline at end of file