mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
Add a margin to the navbar
This commit is contained in:
parent
29ac8c1136
commit
d7670aeeb0
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<div class="navbar bg-base-100">
|
||||
<div class="navbar bg-base-100 mb-5">
|
||||
<div class="navbar-start">
|
||||
<div class="dropdown">
|
||||
<label tabindex="0" class="btn btn-ghost lg:hidden">
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
<% if REVERSE_GEOCODING_ENABLED %>
|
||||
<div class="stat text-center">
|
||||
<div class="stat-value text-secondary">
|
||||
<%= current_user.total_reverse_geocoded %>
|
||||
<%= number_with_delimiter current_user.total_reverse_geocoded %>
|
||||
</div>
|
||||
<div class="stat-title">Reverse geocoded points</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue