From 9f950608066df24a4a705f4cbda9759084249049 Mon Sep 17 00:00:00 2001 From: JMARyA Date: Sun, 9 Feb 2025 23:47:54 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=EF=B8=8F=20timeline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- src/pages/mod.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 54add5b..416d2a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -202,7 +202,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "based" version = "0.1.0" -source = "git+https://git.hydrar.de/jmarya/based?branch=ui#12e709d722e7fe9d61ca3d76b3642ff2ef5301c2" +source = "git+https://git.hydrar.de/jmarya/based?branch=ui#519c2d3e28040601ac37812c9882e54532036b53" dependencies = [ "bcrypt", "chrono", diff --git a/src/pages/mod.rs b/src/pages/mod.rs index c05dcbe..4041b5f 100644 --- a/src/pages/mod.rs +++ b/src/pages/mod.rs @@ -37,7 +37,7 @@ const SEARCH_BAR_STYLE: &str = "w-full px-4 mb-4 py-2 text-white bg-black border pub fn WebsiteIcon(domain: &str) -> PreEscaped { html! { h2 class="text-xl font-bold mb-4 -ml-2 flex items-center w-fit" { - img class="p-2" src=(format!("/favicon/{domain}")) {}; + img class="p-2 w-10 h-10" src=(format!("/favicon/{domain}")) {}; a href=(format!("/d/{domain}")) { (domain) }; }; }