No select.

This commit is contained in:
retoor 2025-02-09 01:34:02 +01:00
parent b169fa4792
commit ad4847a78e
2 changed files with 2 additions and 1 deletions

View File

@ -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);

View File

@ -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>