sindresorhus/refined-github

Options page in Edge Chromium has fixed width #3312

kidonng posted onGitHub

Not really a bug, but I would like to open it here to track the issue.

This is how options page looks in Edge Chromium (85.0.552.1, Windows 10):

image

The width is defined by the following line, which is initially added by #934:

https://github.com/sindresorhus/refined-github/blob/4e0245d3faf0518e3e22358cdc5315e4e0c2f13c/source/options.css#L3

It seems Edge has a fixed width for options popup and won't adjust it responsively:

image


I think we went back and forth on this. It’s worth looking at the History of the file to see why it’s there in the first place.

Should it be dropped? Should it be reduced to 400px? Should we exclude Edge from this width with @media not screen and (width:400px) {}?

posted by fregante almost 5 years ago

History: 400px (#934) -> 430px (#1193) -> 550px (#1780)

Should it be dropped?

I tried to remove it in Chrome and it looks fine (at first view).

Should it be reduced to 400px? Should we exclude Edge from this width with @media not screen and (width:400px) {}?

I think either would be fine.

posted by kidonng almost 5 years ago

I prefer this if it works:

@media not screen and (width:400px) { /* Excludes Edge */
    :root {
        min-width: 550px;
    }
}
posted by fregante almost 5 years ago

It works in both Edge and Chrome πŸ˜„

posted by kidonng almost 5 years ago

Threw it into #3314

posted by yakov116 almost 5 years ago

Fund this Issue

$0.00
Funded

Pull requests