Vertical title for notes after v0.16

I liked how the Sliding Pane handled the title.

I don’t want upright, I just want the direction to be flipped. I don’t know how to use CSS. I tried the following snippet but it moves the file name to the bottom.

.workspace-tab-header-inner-title {
	writing-mode: vertical-lr !important;
	text-orientation: sideways !important;
	transform: rotate(180deg) !important;
}

I hope they come up with an option to flip the direction