Skip to content

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

Description

@ansxor

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)
 	}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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