visual tweeks

This commit is contained in:
MathMan05
2025-08-15 23:24:19 -05:00
parent 6b4b4ba958
commit 3e4955ddff
2 changed files with 7 additions and 3 deletions
+1
View File
@@ -2802,6 +2802,7 @@ fieldset input[type="radio"] {
background: var(--primary-bg);
padding: 6px;
cursor: pointer;
margin-top: 6px;
img {
width: 48px !important;
+6 -3
View File
@@ -877,7 +877,9 @@ class User extends SnowFlake {
const info = document.createElement("div");
info.classList.add("flexttb");
info.append(guild.properties.name);
const gname = document.createElement("span");
gname.textContent = guild.properties.name;
info.append(gname);
box.append(icon, info);
if (nick) info.append(nick);
return box;
@@ -886,8 +888,9 @@ class User extends SnowFlake {
);
mut.addHTMLArea(mutDiv);
})();
userbody.append(float.generateHTML());
const fhtml = float.generateHTML();
fhtml.style.overflow = "auto";
userbody.append(fhtml);
document.body.append(background);
background.append(div);