h16nning / typora-gitbook-theme

This is a Typora theme is inspired by gitbook.com. Most of the user interface has been overhauled. It contains three variants: two light variants and one dark theme.
GNU General Public License v3.0
305 stars 51 forks source link

Big left blank area #43

Closed pencilheart closed 2 years ago

pencilheart commented 2 years ago

The left blank area of this theme is much bigger than the official theme "Github", which causes the display area to decrease.

image

pencilheart commented 2 years ago

modify .css is OK!

#write {
  max-width: 1800px; /*adjust writing area position*/
}