mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-05-13 19:23:16 +00:00
visual tweeks
This commit is contained in:
@@ -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
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user