Ver código fonte

#7449: Apply distinctive styling to top navbar

jeremystretch 4 anos atrás
pai
commit
d650d10cb2
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      netbox/templates/base/layout.html
  2. 1 1
      netbox/templates/home.html

+ 1 - 1
netbox/templates/base/layout.html

@@ -20,7 +20,7 @@
         </div>
 
         {# Top bar #}
-        <nav class="navbar navbar-light sticky-top flex-md-nowrap ps-6 p-3 search container-fluid noprint">
+        <nav class="navbar navbar-light sticky-top flex-md-nowrap p-1 mb-3 search container-fluid border-bottom bg-light bg-gradient noprint">
 
             {# Mobile Navigation #}
             <div class="nav-mobile">

+ 1 - 1
netbox/templates/home.html

@@ -23,7 +23,7 @@
 {% block title %}Home{% endblock %}
 
 {% block content-wrapper %}
-  <div class="p-3">
+  <div class="px-3">
     {# General stats #}
     <div class="row masonry">
       {% for section, items, icon in stats %}