LoginSignup
4
1

More than 3 years have passed since last update.

Scrapboxの画面をstrongの記法で拡大する

Posted at

相変わらずScrapboxのカスタマイズをやっていますが、デフォルトだと画像の張り込みが小さいので以下のようなUsercss(Usercssの使いかたについてはググってください)を使うことで、* をつかった strong の記法でサイズが変えられるようになりました。

style.css
.level-1 img.image { width: 50%; max-height: none !important; }
.level-2 img.image { width: 60%; max-height: none !important; }
.level-3 img.image { width: 70%; max-height: none !important; }
.level-4 img.image { width: 80%; max-height: none !important; }
.level-5 img.image { width: 90%; max-height: none !important; }
.level-6 img.image { width: 100%; max-height: none !important; }

実際のsettingsは以下あたりを確認してください。
https://scrapbox.io/memoranda/settings

ほんと人類全員がScrapboxを使ったらいい、と思うくらいに使いやすくて快適です。JSで拡張したり砂場としても楽しんでいますし、Scrapboxのお陰で人生変りました(笑・主に時間の使える量が)。

4
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
1