diff --git a/Cargo.lock b/Cargo.lock index bc668a3..5c5e272 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/static/style.css b/static/style.css index 6c2f914..e8594b2 100644 --- a/static/style.css +++ b/static/style.css @@ -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); } }