mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-08-28 09:24:05 +00:00
use guildDesc
This commit is contained in:
@@ -157,11 +157,11 @@ class Emoji {
|
||||
guildText.classList.add("flexttb", "guildEmojiText");
|
||||
|
||||
const guildName = document.createElement("span");
|
||||
guildName.id = "guildName";
|
||||
guildName.classList.add("guildName");
|
||||
guildName.textContent = lookup.guild.name;
|
||||
|
||||
const guildDesc = document.createElement("span");
|
||||
guildDesc.id = "guildDesc";
|
||||
guildDesc.classList.add("guildDesc");
|
||||
const discoverable = lookup.guild.features.find((_) => _ === "DISCOVERABLE");
|
||||
if (discoverable) {
|
||||
if (lookup.guild.description) {
|
||||
|
||||
@@ -5197,12 +5197,12 @@ img.error::after {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
word-break: break-all;
|
||||
#guildDesc {
|
||||
color: var(--secondary-text-soft);
|
||||
font-size: 0.9em;
|
||||
max-height: 15em;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
}
|
||||
.guildDesc {
|
||||
color: var(--secondary-text-soft);
|
||||
font-size: 0.9em;
|
||||
max-height: 15em;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.optionElement:has(.friendGroupSelect) {
|
||||
|
||||
Reference in New Issue
Block a user