benji300 / joplin-wanaka-ui

Simple and clean theme for Joplin's desktop application.
MIT License
43 stars 5 forks source link

Resize icon over Note list #2

Open zackles opened 2 years ago

zackles commented 2 years ago

Hello, Style is working great except that I can't access note list (select or move between notes in the note liste) because the resize icon 2022_03_03_11_55_49_Document1_Word stay above it.

Windows 10 - Joplin 2.7.13

Omega9 commented 2 years ago

Same on Linux 5.16.11, Joplin 2.7.13

a-abella commented 2 years ago

As a temporary workaround, in userchrome.css you can add position: relative !important to .rli-noteList div to allow you to click in the note list again. However this takes away the ability to resize the note list, and moves the New Note/New To-Do button to the top of the note list.

cowimax commented 2 years ago

Just delete or comment out line 278 in userchrome.css and it will work well. line 278: .rli-noteList > div > div:not(.note-list),

zackles commented 2 years ago

Thanks for the tricks. It works with commenting line 278 with Joplin 2.8.8 and wakana v0.5.0 Adding "position: relative !important" allow to select notes but I can't resize note panel.

psfinal9 commented 2 years ago

Thanks for the tricks...but it doesn't work and I am using Joplin DDDot plugin, which place the additional view at the right side. as my observation, the trick doesn't work due to this additional view.

vis-lee commented 2 years ago

This is a really great style. I love it so much!

as the @psfinal9 encountered issue, I installed the note tabs plugin and adjusted the layout of it (an additional view) from the right to the bottom, as a result, a half blank of the view is left on the right side and froze over there.