mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 19:00:32 -06:00
css tweak - expanding some room for zh_CN
This commit is contained in:
parent
b09ad87098
commit
951b6e6bb8
@ -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