Skip to content
Snippets Groups Projects
Commit 2ab9d1c5 authored by Tobias Mieves's avatar Tobias Mieves :sparkles:
Browse files

fix: Fix white bar at the bottom of the screen

parent ff6fe9af
Branches
No related tags found
3 merge requests!18Change Layout of the base template,!16Develop,!15Bugfix/fix layout
Pipeline #188097 passed with warnings
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
{% block head %}{% endblock %} {% block head %}{% endblock %}
</head> </head>
<body> <body>
<div class="navbar mb-2 shadow-lg bg-neutral text-neutral-content rounded-box max-h-20"> <div class="navbar shadow-lg bg-neutral text-neutral-content rounded-box max-h-24 mb-3.5">
<div class="flex-none lg:hidden"> <div class="flex-none lg:hidden">
<label for="my-drawer-3" class="btn btn-square btn-ghost"> <label for="my-drawer-3" class="btn btn-square btn-ghost">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
<!-- Page content here --> <!-- Page content here -->
<main> <main>
<div class="p-4"> <div class="p-4 mb-20">
{% block content %} {% block content %}
{% endblock %} {% endblock %}
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment