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

[BUG] extension window very small #1052

Open
2 tasks done
mangkoran opened this issue Jun 28, 2024 · 4 comments
Open
2 tasks done

[BUG] extension window very small #1052

mangkoran opened this issue Jun 28, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@mangkoran
Copy link

mangkoran commented Jun 28, 2024

Is there an existing issue for this?

  • I have searched the existing issues

This issue exists in the latest nightly version

  • I am using the latest nightly version

What browsers are you seeing the problem on?

Chrome

Current Behavior

When I click extension icon, the extension window shows with very small width making it impossible to config. Note that I have disabled all of my extensions.

image

image

Expected Behavior

Extension window has normal width which show config.

Steps To Reproduce

  1. Install Chrome Version 126.0.6478.127 (Official Build) (64-bit)
  2. Install 7TV 3.0.9 or 7TV Nightly 3.0.15.1000 nightly
@mangkoran mangkoran added the bug Something isn't working label Jun 28, 2024
@mangkoran
Copy link
Author

If I override the width manually it will show.

html[data-seventv-app] {
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    height: 100%;
    width: 400px; /* it was 100% before */
}

image

@mangkoran
Copy link
Author

Also I was mistaken as I was looking for 7tv config and just now I found the button.

image

But the above issue still valid.

@mangkoran
Copy link
Author

mangkoran commented Jun 28, 2024

@mangkoran
Copy link
Author

I found hard-coded width/height in the code.

height: 600px;
width: 800px;

We could use this and put it in https://github.com/SevenTV/Extension/blob/master/src/assets/style/global.scss.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant