mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	| @@ -545,7 +545,6 @@ | ||||
| .inventree-body { | ||||
|     width: 100%; | ||||
|     padding: 5px; | ||||
|     margin-top: 10px; | ||||
| } | ||||
|  | ||||
| .inventree-pre-content { | ||||
| @@ -562,10 +561,6 @@ | ||||
|     transition: 0.1s; | ||||
| } | ||||
|  | ||||
| .body { | ||||
|     padding-top: 50px; | ||||
| } | ||||
|  | ||||
| .modal { | ||||
|   overflow: hidden; | ||||
|   z-index: 9999; | ||||
|   | ||||
| @@ -10,7 +10,10 @@ | ||||
|     <div class="navbar-header clearfix content-heading"> | ||||
|       <a class="navbar-brand" id='logo' href="{% url 'index' %}" style="padding-top: 7px; padding-bottom: 5px;"><img src="{% static 'img/inventree.png' %}" width="32" height="32" style="display:block; margin: auto;"/></a> | ||||
|     </div> | ||||
|     <div class="navbar-collapse collapse"> | ||||
|     <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar-objects" aria-label="Toggle navigation"> | ||||
|       <span class="navbar-toggler-icon"></span> | ||||
|     </button> | ||||
|     <div class="navbar-collapse collapse" id="navbar-objects"> | ||||
|       <ul class="navbar-nav"> | ||||
|         {% if roles.part.view %} | ||||
|         <li class='nav-item'> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user