hejianxian / hexo-theme-jane

🎨 Simple enough, a hexo theme.
http://hejx.space
MIT License
91 stars 16 forks source link

Ask for move the index bar to the left of the screen #5

Open Link-Zhang opened 8 years ago

Link-Zhang commented 8 years ago

Hi, I like your theme. And I try to change the style by myself with failed. Could you tell me how to change the index bar from the right side to the left side? Thanks.

hejianxian commented 8 years ago

cd ‘hexo-theme-jane/source/css/_partial/sidebar.styl’, and change the position from 'right: 0' to 'left: 0'.

then, you also need to edit the ‘style.sty’, cd ‘hexo-theme-jane/source/css/style.styl’, find ‘#main’, and change the padding from ‘padding-right: 50px;’ to ‘padding-left: 50px;’ . The purpose is make the articles center.

Link-Zhang commented 8 years ago

Thank you very much !

ying-zhang commented 7 years ago

Guess @Link-Zhang you would like to display the scrollbar by removing/commeting these code ::-webkit-scrollbar { width: 0px; } in style.sty file.