mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-27 00:07:50 +01:00
Fixed bug in header type causing large margin
This commit is contained in:
@@ -95,7 +95,7 @@ function renderLobby() {
|
||||
// Render lobby header
|
||||
if (document.getElementsByClassName("lobby-player").length === 0) {
|
||||
let header = document.createElement("h2");
|
||||
header.setAttribute("class", "app-header");
|
||||
header.setAttribute("class", "app-header-secondary");
|
||||
header.innerText = "Lobby";
|
||||
document.getElementById("lobby-container").appendChild(header);
|
||||
let subHeader = document.createElement("div");
|
||||
|
||||
Reference in New Issue
Block a user