LoginSignup
8
4

More than 3 years have passed since last update.

Typora 横幅を大きくする

Last updated at Posted at 2019-07-15

はじめに

マークダウンエディターの、Typora が使いやすくてお勧めですが、Defaultでは横幅がかなり狭いです。
これを大きくする方法を見つけたので、手順を記載します。

手順

Typoraを起動し、[ファイル]→[設定]→[テーマフォルダを開く]を選択

C:\Users\username\AppData\Roaming\Typora\themes

github.cssを編集する

46行目付近にある、max-width の箇所をinitialに変更

#write {
    max-width: initial; // this will remove the default max-width
    margin: 0 auto;
    padding: 20px 30px 40px 30px;
    padding-top: 20px;
    padding-bottom: 100px;
 }

Typoraを再起動すると、横幅が大きくなっている

URL

8
4
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
8
4