From 307df57d50e6c3bfa5b08c5d2f90c67fbb7b28d3 Mon Sep 17 00:00:00 2001 From: prplV Date: Wed, 23 Oct 2024 15:42:44 +0300 Subject: [PATCH] small changes to prev commit --- index.html | 2 +- thirdparty/index.css | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 8cf492e..26cdfdd 100644 --- a/index.html +++ b/index.html @@ -40,7 +40,7 @@
- Logs will appear here...
+
Logs

\ No newline at end of file diff --git a/thirdparty/index.css b/thirdparty/index.css index 5b4ce33..4b478cc 100644 --- a/thirdparty/index.css +++ b/thirdparty/index.css @@ -78,6 +78,16 @@ button:hover { gap: 15px; align-items: center; } +.log-desc { + text-align: center; + font-size: 2vw; + font-weight: bold; + color: white; + width: 100%; + padding: 0%; + /* todo: REMOVE */ + border: 1px solid red; +} .log { position: absolute; right: 0;