Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gardncol opened this issue Apr 14, 2023 · 2 comments
Open

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

gardncol opened this issue Apr 14, 2023 · 2 comments

Comments

@gardncol
Copy link

  • Evinroment:
    • Arch Linux
  • Theme
    • frappe (although I was able to reproduce with macchiato as well)
  • Joplin Version
    • 2.9.17

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
Copy link

bazul42 commented Nov 6, 2023

Still the same issue with Joplin 2.12.19 (win32).

@vincentbenzo
Copy link
Contributor

vincentbenzo commented Jun 20, 2024

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;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants