How to compact notebook list?

Operating system

Windows

Joplin version

3.2.12

Desktop version info

Joplin 3.2.12 (prod, win32)

ID del Client: 6c64c797f00b410c98d19c8697f4355e
Sinc. versione: 3
Profilo versione: 47
Portachiavi supportato: No

Revisione: d6f1ca4

Admonition markdown extension: 1.1.0
bytefield-svg: 1.1.0
Combine notes: 1.2.2
Draw.io: 2.2.0
Embed Search: 2.0.0
Freehand Drawing: 2.14.0
joplin-excalidraw: 1.3.0
Kity Minder: 1.0.16
Life Calendar: 1.4.1
Markdown table calculations: 1.0.5
Markmap: 1.6.0
Math Mode: 0.6.2
Metis: 0.1.5
Note overview: 1.7.1
Note Tabs: 1.4.0
Outline: 1.5.14
RevealJS Integration: 0.15.0
Templates: 2.4.0
Text Colorize: 1.2.5
turnToChart: 1.9.3
Wavedrom: 1.0.0

What issue do you have?

Until some day ago I was hold on version 2.14. I wanted a more compact notebook list and as read in some old forum posts I used a custom userchrome.css with this rule:

.sidebar .list-item-container{
	height: 25px !important;
}

It worked like a charm until I decided to upgrade Joplin to new 3.2.12. Now the notebook list is compact enough, but is trunked at the bottom. I can scroll but the visualization is bad.

There's any way to view all the list? I fiddled around with the developers tools but couldn't figure it out.

The note list can now be customised using plugins and you can make each list item smaller this way. Maybe also have a look at the Note List Preview plugin which may support this (but I didn't try).

Thanks Laurent!
But could you explain more about plugins, or maybe give me some references?

I would like to point out that I am not a programmer, I just customise the appearance of the interface (and notes!) using css.

Yes unfortunately it would require some programming to build such a plugin. Otherwise have you tried the plugin I mentioned above? I see that it has an "item height" option so maybe that would work for you.