以下の内容はhttps://wineroses.hatenablog.com/entry/2026/01/14/094957より取得しました。


Obsidian:サイドバーのタブをカスタマイズ

タブが半透明で読みにくい。

Minimalテーマ限定

今回のバージョンアップでMinimalのデザインが崩れてしまいました。

サイドバーを切り替えるリストが透けすぎ。 すぐ修正が出ると思いますけど。

sidebartab.css

一応、それまでの応急処置。

.workspace-drawer-active-tab-container .workspace-tab-header-inner {
  background: whitesmoke;
}

.workspace-drawer-tab-options-list {
  background: whitesmoke;
}

配色はお好みで。

これなら選びやすい。

mobilebar.css

あとモバイルツールバーのフローティングも。

.is-mobile .mobile-toolbar {
  position: absolute;
  background: none !important;
  display: flex;
  z-index: 99;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  max-width: 90%;
  border: 0;
  border-radius: 1rem;
  margin-bottom: 0.4rem;
}

手前に浮きます。

Thinoでもツールバーが隠れません。

まとめ

デザインが使い心地を生む。




以上の内容はhttps://wineroses.hatenablog.com/entry/2026/01/14/094957より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14