catppuccin / joplin

📔️ Soothing pastel theme for Joplin
MIT License
77 stars 15 forks source link

Top module of stacked views doesn't expand to full width #11

Open gardncol opened 1 year ago

gardncol commented 1 year ago

When moving modules around in the view menu if the column has multiple modules stacked on top of each other only the bottom module takes up the entire width of the column. See screenshots below for examples.

JoplinScreenShot1 JoplinScreenShot2 JoplinScreenShot3

bazul42 commented 1 year ago

Still the same issue with Joplin 2.12.19 (win32).

vincentbenzo commented 4 months ago

Found the issue: In the userchrome.css document

/*********************************************************************************
* PANELS
*********************************************************************************/

/* General panel style */
.resizableLayoutItem > div {
  min-width: 200px !important;
  background-color: var(--ctp-mocha-base) !important;
}

remove the line : min-width: 200px !important;