diff options
| author | Kai Gunger <kgunger12@gmail.com> | 2025-12-20 17:16:29 -0500 |
|---|---|---|
| committer | Kai Gunger <kgunger12@gmail.com> | 2025-12-20 17:16:29 -0500 |
| commit | fdb7c090df9b86304ca6f6f202a39a0f63ed0b03 (patch) | |
| tree | 9e937245be7c61a04f0b2d00ba6041e9801947c7 /styles | |
| parent | d036ac50abc68a28270773009c1c005de788296b (diff) | |
Add debug log to tell what is going on on mobile
Diffstat (limited to 'styles')
| -rw-r--r-- | styles/main.css | 22 |
1 files changed, 22 insertions, 0 deletions
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 |