From fc34d9853386b6dbf270a10862a47a052f1fb151 Mon Sep 17 00:00:00 2001 From: realtradam Date: Sun, 28 Jul 2024 20:00:49 -0400 Subject: code cleanup --- backend/src/main/resources/templates/layout.html | 59 ++++++++++++++++-------- 1 file changed, 39 insertions(+), 20 deletions(-) (limited to 'backend/src/main/resources/templates/layout.html') diff --git a/backend/src/main/resources/templates/layout.html b/backend/src/main/resources/templates/layout.html index f3e0278..f2941f6 100644 --- a/backend/src/main/resources/templates/layout.html +++ b/backend/src/main/resources/templates/layout.html @@ -12,10 +12,12 @@ - + + +::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:#efefef;border-radius:6px}::-webkit-scrollbar-thumb{background:#d5d5d5;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#c4c4c4} + @@ -29,10 +31,12 @@