expanding active column width

When the post gets older, its translation text needs more space
This commit is contained in:
Erick Guan 2014-12-15 22:33:37 +08:00
parent ed54ea6642
commit 6e59a450c1

View File

@ -146,7 +146,7 @@
.activity { .activity {
width: 60px; width: 60px;
&:lang(zh_CN) { &:lang(zh_CN) {
width: 70px; width: 80px;
} }
span { span {
cursor: pointer; cursor: pointer;