diff options
author | 2024-12-18 00:00:11 +0100 | |
---|---|---|
committer | 2025-02-19 18:20:26 +0100 | |
commit | 65f250815fe1dbbfe24f7f07e06b3c7b10b510a8 (patch) | |
tree | f1effd5354f732e947429a19325ab919bda74e19 /frontend | |
parent | 57b892ef54c1747953b25395bfab78835e62d2a7 (diff) |
style table
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/app/Main.hs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/frontend/app/Main.hs b/frontend/app/Main.hs index eb05983..d851cca 100644 --- a/frontend/app/Main.hs +++ b/frontend/app/Main.hs @@ -284,6 +284,17 @@ nav li a.active { nav li a:hover, nav li a:active { background-color: whitesmoke; } + +/* main scrolling */ +main { + max-height: calc(100vh - 64px);} + +/* table */ +table td { + white-space: pre; + overflow: hidden; + text-overflow: ellipsis; + max-width: 480px; } |] ) ] |