From 96162177e0c4a5f0289477b1f59ee218773a2e8e Mon Sep 17 00:00:00 2001 From: ygg2 Date: Wed, 10 Jul 2024 12:40:13 -0400 Subject: [PATCH] add padding around messages --- webpage/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/webpage/style.css b/webpage/style.css index b92af19..c5eb455 100644 --- a/webpage/style.css +++ b/webpage/style.css @@ -74,6 +74,7 @@ th { flex-wrap: nowrap; flex-direction: column; max-height: 20in; + padding:.02in .2in; } pre { background-color: var(--code-bg); @@ -1009,6 +1010,7 @@ span { font-size:.2in; font-weight:bold; display: flex; + padding-left:.2in; } #mobileback{ /* display:inline-block; */ @@ -1337,9 +1339,10 @@ span { height:.4in; } .topMessage{ - padding-top:.1in + padding-top:.03in; + margin-top:.1in; } -.messagediv .flexltr{ +.messagediv .flexltr{ display:flex; flex-wrap:wrap; overflow:hidden !important;