ui: Fix header size on 4k screens

This commit is contained in:
nemunaire 2024-03-23 13:55:32 +01:00
parent d8d95027af
commit 052b1a5949
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
</script>
{#if !$settings.hide_header}
<div class="container-fluid bg-dark" style="max-height: 15vh;">
<div class="container-fluid bg-dark" style="max-height: min(100px, 15vh);">
<div style="height: 100%; max-height: inherit; width: 98%; position: absolute">
<Container class="d-flex justify-content-center align-items-center text-light" style="height: 100%; max-height: inherit">
<HeaderClock />