rio icon indicating copy to clipboard operation
rio copied to clipboard

The width of the dev tools sidebar is too large

Open dyou-dev opened this issue 5 months ago • 4 comments

Describe the bug

The width of the dev tools sidebar is too big. It occupies almost half the window. Please see the screenshot.

Steps to Reproduce

pip install rio-ui # rio-ui 0.11.1 rio new --template "Dashboard" # type in hello-rio as project name, and choose 1. Website cd hello-rio/ pip install -r requirements.txt rio run

Screenshots/Videos

Image

Operating System

No response

What browsers are you seeing the problem on?

No response

Browser version

No response

What device are you using?

No response

Additional context

No response

dyou-dev avatar Jul 21 '25 16:07 dyou-dev

This is usually happens because a browser addon inserted something into the DOM. Please press Ctrl+S, save the website as HTML, and upload it for us.

Aran-Fey avatar Jul 21 '25 17:07 Aran-Fey

This is usually happens because a browser addon inserted something into the DOM. Please press Ctrl+S, save the website as HTML, and upload it for us.

Here are the saved HTML files.

hello-rio.zip

dyou-dev avatar Aug 12 '25 15:08 dyou-dev

Thanks. I can see it's caused by the Grammarly extension, but I'm having a bit of a hard time reproducing your issue. In the HTML you uploaded, Grammarly created an extra HTML element inside the <body>, but in my browser the element is next to to the <body> instead. So, a few questions:

  1. Is this the extension you're using?
  2. What's your browser?

Aran-Fey avatar Aug 12 '25 16:08 Aran-Fey

Thanks. I can see it's caused by the Grammarly extension, but I'm having a bit of a hard time reproducing your issue. In the HTML you uploaded, Grammarly created an extra HTML element inside the <body>, but in my browser the element is next to to the <body> instead. So, a few questions:

  1. Is this the extension you're using?
  2. What's your browser?

Yes, I'm using this Grammarly extension in Microsoft Edge 139.0.3405.86 (64-bit).

dyou-dev avatar Aug 16 '25 07:08 dyou-dev