mirror of
				https://github.com/KevinMidboe/zoff.git
				synced 2025-10-29 18:00:23 +00:00 
			
		
		
		
	Better styling and a header
This commit is contained in:
		| @@ -2866,7 +2866,7 @@ nav ul li:hover, nav ul li.active { | ||||
| } | ||||
|  | ||||
| #addToListInput { | ||||
|     top: -105px; | ||||
|     top: -125px; | ||||
|     right: 10px; | ||||
|     z-index: 999999; | ||||
|     pointer-events: all; | ||||
| @@ -2874,8 +2874,14 @@ nav ul li:hover, nav ul li.active { | ||||
|  | ||||
| #addToListInput .input-field { | ||||
|     margin-right: 25px; | ||||
|     margin-top: 0px; | ||||
|     margin-bottom: 0px; | ||||
|     margin-bottom: 15px !important; | ||||
|     margin-top: 10px; | ||||
|     display: flex; | ||||
|     flex-direction: column; | ||||
| } | ||||
|  | ||||
| #addToListInput span { | ||||
|     color: white; | ||||
| } | ||||
|  | ||||
| #addToListInput .input-field input { | ||||
| @@ -3698,7 +3704,8 @@ nav ul li:hover, nav ul li.active { | ||||
|     } | ||||
|  | ||||
|     #addToListInput { | ||||
|         top: -60px; | ||||
|         top: -85px; | ||||
|         right: 35px; | ||||
|     } | ||||
|  | ||||
|     #addToOtherList { | ||||
|   | ||||
| @@ -73,6 +73,7 @@ | ||||
|         </div> | ||||
|         <div id="addToListInput" class="hide"> | ||||
|             <div class="input-field field-settings"> | ||||
|                 <span>Add to other list</span> | ||||
|                 <form action="#" id="addToOtherListForm" onsubmit="return false;"> | ||||
|                     <input placeholder="List-name" id="other-list-name-add" type="text" autocomplete="off"> | ||||
|                 </form> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user