Created
February 6, 2016 07:41
-
-
Save yaqinking/13304afa996e373543c1 to your computer and use it in GitHub Desktop.
让 Bangumi 点格子的体验更好一点
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
适用于 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