Change right sidebar filename's font size on iPad

image

As you can see in the image, the filename on the right sidebar is extremely big. I wonder what CSS variable or class selection can I use to change the font size. Same with vault name on iPad. It’s too large.

Thank everyone in advance.

This should take care of both the vault name (left sidebar) and file name (right sidebar)

.is-mobile .workspace-drawer-header-name-text {
    font-size: 15px;
}
1 Like

Thank you so much!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.