From 538e8a99749f681387f509ab0b10c9429eb8dc6e Mon Sep 17 00:00:00 2001 From: ludoguenet Date: Sun, 3 Mar 2024 14:39:21 +0100 Subject: [PATCH] fix --- resources/css/app.css | 25 ++++++++++++++++++++++++- resources/views/homepage.blade.php | 4 ++-- 2 files changed, 26 insertions(+), 3 deletions(-) diff --git a/resources/css/app.css b/resources/css/app.css index 459f734..d6c917e 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -7,7 +7,7 @@ overflow-x-auto is recommended. */ pre { - @apply rounded overflow-x-auto; + @apply mb-4 rounded overflow-x-auto; } /* @@ -37,3 +37,26 @@ pre code.torchlight .summary-caret { } [x-cloak] { display: none !important; } + +/* width */ +::-webkit-scrollbar { + height: 5px; + width: 4px; +} + +/* Track */ +::-webkit-scrollbar-track { + background: #e2e8f0; + border-radius: 5px; +} + +/* Handle */ +::-webkit-scrollbar-thumb { + background: #cbd5e1; + border-radius: 5px; +} + +/* Handle on hover */ +::-webkit-scrollbar-thumb:hover { + background: #94a3b8; +} \ No newline at end of file diff --git a/resources/views/homepage.blade.php b/resources/views/homepage.blade.php index c0d545d..757d8dc 100644 --- a/resources/views/homepage.blade.php +++ b/resources/views/homepage.blade.php @@ -22,7 +22,7 @@ @else - + @endauth @@ -40,7 +40,7 @@ -
+
{{ $nudge->user->name }}