This commit is contained in:
spikecodes 2021-02-22 12:56:23 -08:00
parent df118764df
commit 2f3315dcfc
No known key found for this signature in database
GPG Key ID: 004CECFF9B463BCB
2 changed files with 5 additions and 4 deletions

4
Cargo.lock generated
View File

@ -1282,9 +1282,9 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.5.2"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
checksum = "4ad167a2f54e832b82dbe003a046280dceffe5227b5f79e08e363a29638cfddd"
[[package]]
name = "opaque-debug"

View File

@ -260,10 +260,11 @@ aside {
}
#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) {
margin-bottom: 20px;
}