diff --git a/Cargo.lock b/Cargo.lock index 6c9d59c8..a9b09d83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2884,18 +2884,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.25" +version = "1.0.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa6f76457f59514c7eeb4e59d891395fab0b2fd1d40723ae737d64153392e9c6" +checksum = "93119e4feac1cbe6c798c34d3a53ea0026b0b1de6a120deef895137c0529bfe2" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.25" +version = "1.0.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a36768c0fbf1bb15eca10defa29526bda730a2376c2ab4393ccfa16fb1a318d" +checksum = "060d69a0afe7796bf42e9e2ff91f5ee691fb15c53d38b4b62a9a53eb23164745" dependencies = [ "proc-macro2", "quote", @@ -2967,9 +2967,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.7.1" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fb2ed024293bb19f7a5dc54fe83bf86532a44c12a2bb8ba40d64a4509395ca2" +checksum = "570c2eb13b3ab38208130eccd41be92520388791207fde783bda7c1e8ace28d4" dependencies = [ "autocfg", "bytes", @@ -3094,9 +3094,9 @@ dependencies = [ [[package]] name = "unicode-segmentation" -version = "1.7.1" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796" +checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b" [[package]] name = "unicode-xid" diff --git a/Cargo.toml b/Cargo.toml index 318db6a8..c9702ce1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ my-codegen = {package = "actix-web-codegen", git ="https://github.com/realaravin mime_guess = "2.0.3" rust-embed = "5.9.0" -cache-buster = { version = "0.2.0", git = "https://github.com/realaravinth/cache-buster" } +cache-buster = { git = "https://github.com/realaravinth/cache-buster" } futures = "0.3.15" diff --git a/templates/_reset.scss b/templates/_reset.scss index c1e98269..ac3fa214 100644 --- a/templates/_reset.scss +++ b/templates/_reset.scss @@ -29,7 +29,7 @@ a { } li { -// list-style: none; + // list-style: none; } html { diff --git a/templates/auth/login/index.html b/templates/auth/login/index.html index f5c2d1e9..1d780185 100644 --- a/templates/auth/login/index.html +++ b/templates/auth/login/index.html @@ -3,10 +3,8 @@
- " - class="auth__logo" alt="mcaptcha logo" /> - + <. include!("../logo.html"); .> +
+" + class="auth__logo" alt="mcaptcha logo" /> + diff --git a/templates/panel/navbar/index.html b/templates/panel/navbar/index.html index 78e2dad4..0a27ba7d 100644 --- a/templates/panel/navbar/index.html +++ b/templates/panel/navbar/index.html @@ -1,10 +1,12 @@