primary-theme / obsidian

Comfy, playful but productive theme for Obsidian. "Primary instantly puts you in a relaxed state that opens the door to creativity and exploration. Wonderfully executed down to the smallest details,"
GNU General Public License v3.0
847 stars 38 forks source link

Note title truncated on Android version #155

Open aquatix opened 1 year ago

aquatix commented 1 year ago

On my phone (Pixel 5) and Chromebook tablet (HP X2 11) I use the official Android version of Obsidian with Primary. This looks and works great (thanks for this beautiful and functional theme!).

One thing is amiss, which works fine on the desktop version, and that's the note title. This fades out way early, with often lots of room to spare to the right of it.

See for example the attached screenshot from my phone.

Screenshot_20220830-181625.png

Let me know if you need more information or if I can test something.

Thanks in advance!

dsent commented 1 year ago

Can confirm this happening to me too.

ghost commented 1 year ago
.is-mobile .view-header-title {
  width: 100%;
}

This seems to fix it for me. Haven't noticed it break anything yet.

aquatix commented 1 year ago

@michinoke that works great here; saved it as a snippet and the titles show fine now, thanks for figuring it out!