firasdib / Regex101

This repository is currently only used for issue tracking for www.regex101.com
3.2k stars 198 forks source link

Default 3-column view may look bizarre on narrow screen #2287

Open MasterInQuestion opened 1 month ago

MasterInQuestion commented 1 month ago

    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?

firasdib commented 1 month ago

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: @.***>

MasterInQuestion commented 1 month ago

    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.

firasdib commented 1 month ago

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: @.***>

MasterInQuestion commented 1 month ago

    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.