From fdb7c090df9b86304ca6f6f202a39a0f63ed0b03 Mon Sep 17 00:00:00 2001 From: Kai Gunger Date: Sat, 20 Dec 2025 17:16:29 -0500 Subject: Add debug log to tell what is going on on mobile --- styles/main.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'styles') diff --git a/styles/main.css b/styles/main.css index b37552e..cd73155 100644 --- a/styles/main.css +++ b/styles/main.css @@ -70,3 +70,25 @@ content { margin-right: 50px; margin-bottom:50px; } + +log { + padding: 5px; + display: flex; + flex-direction: column; + align-items: center; + position: absolute; + width: 90%; + height: 20vh; + left: 5%; + bottom: 5vw; + border-radius: 3px; + background-color: white; + overflow: scroll; +} + +log entry { + display: block; + width: 90%; + border: 2px solid gray; + border-radius: 5px; +} \ No newline at end of file -- cgit v1.2.3