Who needs float when you can flex

This commit is contained in:
daudix
2024-09-23 01:11:51 +03:00
parent ba575ea81c
commit d4375dbcb4
4 changed files with 6 additions and 4 deletions

View File

@ -23,8 +23,8 @@
// Code block header
let header = document.createElement("div");
header.classList.add("header");
header.appendChild(button);
header.appendChild(title);
header.appendChild(button);
// Container that holds header and the code block itself
let container = document.createElement("div");