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

bigger streampreview is now broken #410

Open
ghost opened this issue Mar 7, 2024 · 5 comments
Open

bigger streampreview is now broken #410

ghost opened this issue Mar 7, 2024 · 5 comments

Comments

@ghost
Copy link

ghost commented Mar 7, 2024

incomptabile with the new updates

@marto05
Copy link

marto05 commented May 21, 2024

Same. Probably won't get fixed XD

@Binz1mp
Copy link

Binz1mp commented Aug 25, 2024

@omgs1337 @marto05

it's kinda too late but for someone who're getting in trouble with this,
you can just add this in custom css:

/* do not change */
div[class*='streamPreview_'] {
  width: 100% !important;
}
/* change height whatever you want */
div[class*='previewContainer_'] {
  height: 500px !important;
}

@marto05
Copy link

marto05 commented Sep 19, 2024

@omgs1337 @marto05

it's kinda too late but for someone who're getting in trouble with this, you can just add this in custom css:

/* do not change */
div[class*='streamPreview_'] {
  width: 100% !important;
}
/* change height whatever you want */
div[class*='previewContainer_'] {
  height: 500px !important;
}

add it where? at the end of the plugin script or in a specific class in the script?

@Binz1mp
Copy link

Binz1mp commented Sep 19, 2024

@marto05
Go to Discord settings, scroll down to the bottom, you will find Custom CSS tab.

@marto05
Copy link

marto05 commented Sep 20, 2024

@Binz1mp
Ah I see
Thanks for the help!

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

No branches or pull requests

2 participants