From 67930cf65de72db95d913a25895a9c938f86d9a7 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Mon, 1 Jul 2024 20:36:55 +0200 Subject: [PATCH] web: Fix ImHex logo and progress bar default fill --- dist/web/source/index.html | 2 +- dist/web/source/style.css | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/dist/web/source/index.html b/dist/web/source/index.html index 7e925cd37..a3ce70122 100644 --- a/dist/web/source/index.html +++ b/dist/web/source/index.html @@ -62,7 +62,7 @@
- +

A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.

Available both natively and on the web

ImHex runs directly in your web browser with the help of Emscripten and WebAssembly.
diff --git a/dist/web/source/style.css b/dist/web/source/style.css index 98a4442a3..088105662 100644 --- a/dist/web/source/style.css +++ b/dist/web/source/style.css @@ -137,7 +137,7 @@ a:hover { :root { - --progress: 25%; + --progress: 0%; } .progress-bar-container { @@ -174,4 +174,9 @@ a:hover { .progress-moved .progress-bar { width: var(--progress); background-color: #3864cb; +} + +#logo { + width: 25%; + margin-top: 50px; } \ No newline at end of file