No select.
This commit is contained in:
		
							parent
							
								
									b169fa4792
								
							
						
					
					
						commit
						ad4847a78e
					
				| @ -41,6 +41,7 @@ class ChatWindowElement extends HTMLElement { | ||||
| 
 | ||||
|         const chatTitle = document.createElement('h2'); | ||||
|         chatTitle.classList.add("chat-title"); | ||||
|         chatTitle.classList.add("no-select"); | ||||
|         chatTitle.innerText = "Loading..."; | ||||
|         chatHeader.appendChild(chatTitle); | ||||
|         this.container.appendChild(chatHeader); | ||||
|  | ||||
| @ -23,7 +23,7 @@ | ||||
| </head> | ||||
| <body> | ||||
|   <header> | ||||
|     <div class="logo">Snek</div> | ||||
|     <div class="no-select logo">Snek</div> | ||||
|     <nav> | ||||
|       <a class="no-select" href="/web.html">🏠</a> | ||||
|       <a class="no-select" href="/search-user.html">🔍</a> | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user