Reduce sidebar length in Obsidian Publish

Hello.
Is there any way to reduce the size of the sidebars in the Obsidian Publish using CSS? Yf yes, how?

i’m using the following code. just fiddle with the height you need.

.nav-view-outer, .outline-view-outer {
    margin-bottom: 10px;
}

Thank you sooo much!!