Fixes #130
This commit is contained in:
parent
df118764df
commit
2f3315dcfc
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1282,9 +1282,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "once_cell"
|
name = "once_cell"
|
||||||
version = "1.5.2"
|
version = "1.6.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
|
checksum = "4ad167a2f54e832b82dbe003a046280dceffe5227b5f79e08e363a29638cfddd"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "opaque-debug"
|
name = "opaque-debug"
|
||||||
|
@ -260,10 +260,11 @@ aside {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#user_description, #sub_description {
|
#user_description, #sub_description {
|
||||||
margin: 0 20px;
|
margin: 0 15px;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
#user_name, #user_description:not(:empty), #user_icon
|
#user_name, #user_description:not(:empty), #user_icon,
|
||||||
#sub_name, #sub_icon, #sub_description:not(:empty) {
|
#sub_name, #sub_icon, #sub_description:not(:empty) {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user