Closed oqipoDev closed 7 months ago
Describe the bug The Trail/Grid/Juggl view at the top of a note overflows to the right when the note space is thinner than 700px (readable length).
I've been developing a theme and this problem caught my attention because it's almost unfixable through CSS, as it's in the element style.
The problem seems to come from /src/Views/Trailview.ts at lines 197-203, and maybe a quick fix would be to remove them (I suspect, at least).
/src/Views/Trailview.ts
197-203
To Reproduce Steps to reproduce the behavior:
Expected behavior The Breadcrumbs view should always be the same width as the note inside, and not fixed.
Desktop (please complete the following information):
Considered fixed in v4, see the top of the readme for more info
Describe the bug The Trail/Grid/Juggl view at the top of a note overflows to the right when the note space is thinner than 700px (readable length).
I've been developing a theme and this problem caught my attention because it's almost unfixable through CSS, as it's in the element style.
The problem seems to come from
/src/Views/Trailview.ts
at lines197-203
, and maybe a quick fix would be to remove them (I suspect, at least).To Reproduce Steps to reproduce the behavior:
Expected behavior The Breadcrumbs view should always be the same width as the note inside, and not fixed.
Desktop (please complete the following information):