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