Skip to content

Commit

Permalink
minor updates: change filter label, increase nav z
Browse files Browse the repository at this point in the history
  • Loading branch information
flopp committed Feb 4, 2025
1 parent 63ff153 commit 219ddf4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions static/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
:root {
--bulma-navbar-z: 1100;
--bulma-navbar-fixed-z: 1100;
}

#map {
height: 400px;
margin-bottom: 1.5rem;
Expand Down
2 changes: 1 addition & 1 deletion templates/controls.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div id="filter-form" class="mb-5">
<div class="field">
<div class="control has-icons-right">
<input id="filter-input" class="input" type="text" placeholder="Filtern...">
<input id="filter-input" class="input" type="text" placeholder="Einträge filtern...">
<span class="icon is-right">
<button id="filter-button-cancel" class="delete"></button>
</span>
Expand Down

0 comments on commit 219ddf4

Please sign in to comment.