タブが半透明で読みにくい。
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でもツールバーが隠れません。
まとめ
デザインが使い心地を生む。