mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 21:57:36 +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 {
|
||||
margin: 0 5px 5px 0;
|
||||
min-width: 180px;
|
||||
&:lang(zh_CN) {
|
||||
min-width: 200px;
|
||||
}
|
||||
}
|
||||
margin-top: 10px;
|
||||
margin-bottom: 20px;
|
||||
|
|
|
@ -145,6 +145,9 @@
|
|||
}
|
||||
.activity {
|
||||
width: 60px;
|
||||
&:lang(zh_CN) {
|
||||
width: 70px;
|
||||
}
|
||||
span {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user