Skip to content

Avatar has name of module in it when module is set, causing overflow issues when screen is small. #68

@darienreese

Description

@darienreese

Image

Image

Image

Commenting out this block of code here makes the avatar disappear and this issues goes away. However, this is just a work-around of not setting the module_name element and we should instead not have the module_name element, but this requires restructuring the code.

 	} else {
 		e.classList.add("module")
 		const module_name = this.module_name()
-		module_name.textContent = comment.module
+		// module_name.textContent = comment.module
 		e.prepend(module_name)
 	}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions