Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Activity Now section cutting off screen #54

Closed
rxbb21 opened this issue Nov 30, 2024 · 6 comments · Fixed by #57
Closed

Activity Now section cutting off screen #54

rxbb21 opened this issue Nov 30, 2024 · 6 comments · Fixed by #57

Comments

@rxbb21
Copy link

rxbb21 commented Nov 30, 2024

Activity Now section keeps cutting off the screen, it randomly may fix itself for 5 mins then break again for long periods, and unable to read what people r doing or view what channel they r in ect. image below is how my discord looks, its hard to tell due to hiding usernames but the activity now section is only showing a small portion and very annoying.
Untitled

@SuppliedOrange
Copy link
Contributor

SuppliedOrange commented Dec 4, 2024

+1

This occurs due to long statuses I believe. Statuses need to be truncated. Here's an example of both short and long statuses.

image (29)
image (30)

@SuppliedOrange
Copy link
Contributor

SuppliedOrange commented Dec 4, 2024

1 solution is to set max-width: 50rem for peopleColumn? This scales effectively for everyone?

image (32)

@rxbb21
Copy link
Author

rxbb21 commented Dec 4, 2024

1 solution is to set max-width: 50rem for peopleColumn? This scales effectively for everyone?

image (32)

how do i do that?

@SuppliedOrange
Copy link
Contributor

SuppliedOrange commented Dec 4, 2024

@rxbb21

Untested but this will likely work, modify line 410 of main.css

/* ... */

Rebuild and it should work. Let me know how it goes. I won't fix this myself yet because I'm facing another issue (#56).

Do not do this, I realised it breaks other things. I'll send you the right fix after a bit.

@rxbb21
Copy link
Author

rxbb21 commented Dec 5, 2024

will you be able to explain clearly for a nooby at this as i have no clue where to edit or change stuff.

@SuppliedOrange
Copy link
Contributor

@rxbb21 sure, simply change your system24.theme.css file's line like this:

@import url('https://refact0r.github.io/system24/src/main.css');

to

@import url('https://raw.githubusercontent.com/SuppliedOrange/system24/refs/heads/main/src/main.css');

This re-directs it to my modified version of the repository (see #57) and it changes what I mentioned earlier. You'd wanna change this back once the PR gets merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants