ui: Fix header size on 4k screens
This commit is contained in:
parent
d8d95027af
commit
052b1a5949
@ -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 />
|
||||
|
Loading…
Reference in New Issue
Block a user