Skip to content

Instantly share code, notes, and snippets.

@yaqinking
Created February 6, 2016 07:41
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yaqinking/13304afa996e373543c1 to your computer and use it in GitHub Desktop.
Save yaqinking/13304afa996e373543c1 to your computer and use it in GitHub Desktop.
让 Bangumi 点格子的体验更好一点
/*
适用于 bgm.tv bangumi.tv chii.in RC3 版本。
我是使用的 Stylebot for Chrome 来改变 CSS 的。
效果图: http://i.imgur.com/JmI1DmI.jpg
功能:
1. 反向条目显示方式。(每天看完新番打开之后,一般情况下第一列就是自己需要点的。虽然补旧番的时候会到最下面 <_< )
2. 一列显示 3 个条目。(比 2 列要来的实在吧 >_< )
小笠原 やきん(yaqinking)
*/
#cloumnSubjectInfo > div.infoWrapper_tv.hidden.clearit {
display: flex;
flex-flow: wrap-reverse;
/* flex-flow: wrap; */
}
#cloumnSubjectInfo {
/*width: 1024px;*/
}
#columnHomeB {
display: none;
}
#columnHomeA {
width: 1060px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment