From d878459d818e4765fb07cc4f94622408d183fb8f Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Wed, 12 Apr 2023 10:54:04 +0200 Subject: [PATCH] upd --- admin/ui/index.html | 2 +- admin/ui/style.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/admin/ui/index.html b/admin/ui/index.html index 470af68..7c128b8 100644 --- a/admin/ui/index.html +++ b/admin/ui/index.html @@ -12,7 +12,7 @@
- +

Cool ui

diff --git a/admin/ui/style.css b/admin/ui/style.css index 4d4dbcf..9b80519 100644 --- a/admin/ui/style.css +++ b/admin/ui/style.css @@ -1,7 +1,8 @@ .header { border-bottom: 1px solid #111; padding: 0.1rem 1vw; - display: block; + display: flex; + align-items: end; } .mainWrapper {