mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 00:51:03 +08:00
Merge pull request #2949 from fantasticfears/master
css tweak - expanding some room for zh_CN
This commit is contained in:
commit
6f7cf8599f
|
@ -4,6 +4,9 @@
|
||||||
button {
|
button {
|
||||||
margin: 0 5px 5px 0;
|
margin: 0 5px 5px 0;
|
||||||
min-width: 180px;
|
min-width: 180px;
|
||||||
|
&:lang(zh_CN) {
|
||||||
|
min-width: 200px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
|
|
@ -145,6 +145,9 @@
|
||||||
}
|
}
|
||||||
.activity {
|
.activity {
|
||||||
width: 60px;
|
width: 60px;
|
||||||
|
&:lang(zh_CN) {
|
||||||
|
width: 70px;
|
||||||
|
}
|
||||||
span {
|
span {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user