Regex101 icon indicating copy to clipboard operation
Regex101 copied to clipboard

Default 3-column view may look bizarre on narrow screen

Open MasterInQuestion opened this issue 1 year ago • 4 comments

    https://regex101.com/?regex=(?:0|false|F(?:alse|ALSE)?)(:0)|(?:1|true|T(?:rue|RUE)?)(:1)&flags     Caused by recent new default:     Left sidebar auto-collapse Breakpoint 1080px maybe underestimated: try 1440px?

MasterInQuestion avatar May 30 '24 18:05 MasterInQuestion

The size hasnt changed, I just made them available for you to change. What is the exact problem though? Looks fine for me. Vänliga hälsningar / Best regards,Firas DibOn 30 May 2024, at 20:43, MasterInQuestion @.*> wrote:     https://regex101.com/?regex=(?:0|false|F(?:alse|ALSE)?)(:0)|(?:1|true|T(?:rue|RUE)?)(:1)&flags

    Caused by recent new default:     Left sidebar auto-collapse Breakpoint 1080px maybe underestimated: try 1440px?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

firasdib avatar May 30 '24 19:05 firasdib

    https://github.com/MasterInQuestion/attach/raw/main/firasdib/Regex101/2287/3-column.webp     For me originally the left sidebar was default hidden: now would display.

MasterInQuestion avatar May 30 '24 20:05 MasterInQuestion

Does the sidebar hide if you manually resize the window a few pixels?I don’t think anything changed here, but I will investigate this weekend. Vänliga hälsningar / Best regards,Firas DibOn 30 May 2024, at 22:38, MasterInQuestion @.***> wrote:     https://github.com/MasterInQuestion/attach/raw/main/firasdib/Regex101/2287/3-column.webp     For me originally the left sidebar was default hidden: now would display.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>

firasdib avatar May 30 '24 21:05 firasdib

    Doesn't automatically hide if I minorly adapt the viewport size accordingly:     Though indeed doesn't display when reloaded with < 1080px.     And would auto-display after dynamically changing to >= 1080px.     .     But no vice versa: unless I change the viewport size greatly.     (to the extent that causes both sidebars hidden)

    Library issue perhaps.

MasterInQuestion avatar May 30 '24 22:05 MasterInQuestion

I am unable to replicate this issue. Please feel free to reopen if the issue persists.

firasdib avatar Sep 14 '24 21:09 firasdib

    My viewport width is exactly 1080px.     And it seems to require auth to reopen..?

MasterInQuestion avatar Sep 14 '24 22:09 MasterInQuestion

Heh, I did find a bug just now. Your issue will hopefully go away in the next version.

As for auth, I don't know what you're talking about.

firasdib avatar Sep 14 '24 22:09 firasdib

    Another word: "permission".     Not random users may reopen closed issues, in GitHub's default. (I believe?)

MasterInQuestion avatar Sep 14 '24 23:09 MasterInQuestion

    Implementation note:     Note the suggested change is "> 1440px", not ">=".     (the difference matters)

MasterInQuestion avatar Sep 15 '24 19:09 MasterInQuestion