Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

[Bug Report] The username section on the bottom left is misaligned and cramped #35

Closed
1 of 3 tasks
mcspidey95 opened this issue Aug 10, 2022 · 2 comments
Closed
1 of 3 tasks
Assignees
Labels
Bug Something isn't working

Comments

@mcspidey95
Copy link

mcspidey95 commented Aug 10, 2022

Describe the bug
The username section seems to have misalligned and cramped to the left. (visual in screenshot)

To Reproduce
Nothing, is seen when discord is opened.

Expected behaviour
The section should be alligned in the center and take up the whole space like it used to.

Screenshots
Screenshot attached below.

Operating System:
Which operating system do you use?

  • Linux
  • Windows
  • macOS

Additional context
Screenshot_111

Add any other context about the problem here.

@mcspidey95 mcspidey95 added the Bug Something isn't working label Aug 10, 2022
@CorellanStoma
Copy link
Member

This should fix it:

.container-YkUktl:not(.powercord-spotify .container-YkUktl) .avatarWrapper-1B9FTW {
  grid-column: 1 / span 2;
}

.container-YkUktl:not(.powercord-spotify .container-YkUktl) .withTagAsButton-OsgQ9L, .withTagless-10ooWt {
  min-width: unset !important;
}

.container-YkUktl:not(.powercord-spotify .container-YkUktl) .nameTag-sc-gpq {
  background: transparent;
  position: relative;
  margin: 0px;
  left: 8px;
}

@mcspidey95
Copy link
Author

it did, thanks :)

@CorellanStoma CorellanStoma pinned this issue Aug 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants