From ebb7edcc8be642ada1d0b111b7d7e6cc3fc59ba6 Mon Sep 17 00:00:00 2001 From: OleSTEEP Date: Mon, 13 Oct 2025 16:59:16 +0300 Subject: [PATCH] frontend: .......help........ --- .../src/lib/components/horisontal_bar.svelte | 2 +- frontend/src/lib/components/image.svelte | 30 +++++++++++++++---- frontend/src/lib/css/global.css | 3 ++ frontend/src/lib/css/themes.css | 4 +-- 4 files changed, 31 insertions(+), 8 deletions(-) diff --git a/frontend/src/lib/components/horisontal_bar.svelte b/frontend/src/lib/components/horisontal_bar.svelte index ad05f21..753a080 100644 --- a/frontend/src/lib/components/horisontal_bar.svelte +++ b/frontend/src/lib/components/horisontal_bar.svelte @@ -24,7 +24,7 @@ diff --git a/frontend/src/lib/css/global.css b/frontend/src/lib/css/global.css index 67d9e2e..f6e5d73 100644 --- a/frontend/src/lib/css/global.css +++ b/frontend/src/lib/css/global.css @@ -66,6 +66,9 @@ button { .horisontal-bar * { margin: 0; margin-right: 0.5rem; +} + +.horisontal-bar p { align-content: center; } diff --git a/frontend/src/lib/css/themes.css b/frontend/src/lib/css/themes.css index 6636594..ddc0a8d 100644 --- a/frontend/src/lib/css/themes.css +++ b/frontend/src/lib/css/themes.css @@ -16,7 +16,7 @@ color: black; } - .cover .image { + .cover .img-div { background-color: white; } @@ -43,7 +43,7 @@ color: white; } - .cover .image { + .cover .img-div { background-color: #131A22; }