This commit is contained in:
spikecodes 2021-01-28 15:50:18 -08:00
parent 5fe9ce8d7b
commit 00b135fb0f
2 changed files with 5 additions and 4 deletions

4
Cargo.lock generated
View File

@ -1757,9 +1757,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
version = "0.2.24"
version = "0.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "099837d3464c16a808060bb3f02263b412f6fafcb5d01c533d309985fbeebe48"
checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
dependencies = [
"bytes 0.5.6",
"futures-core",

View File

@ -99,7 +99,7 @@ nav #version { opacity: 50%; }
#settings_link {
font-size: 18px;
margin-left: 20px;
margin-left: 10px;
opacity: 0.8;
}
@ -304,6 +304,7 @@ select, #search {
align-items: center;
border-right: 2px var(--outside) solid;
padding: 0 10px;
max-width: 50%;
}
#restrict_sr { margin-right: 5px; }
@ -973,5 +974,5 @@ td, th {
#user, #sidebar { margin: 20px 0; }
#logo { margin: 5px auto; }
#searchbox { width: 100%; }
#searchbox { width: calc(100vw - 35px); }
}