From 1a2efdba1fcbc17ea7be79899d5a98768ef7084d Mon Sep 17 00:00:00 2001 From: trisua Date: Thu, 3 Apr 2025 17:51:31 -0400 Subject: [PATCH] fix(ui): community/profile sidebar sizing --- crates/app/src/public/css/style.css | 4 ++++ crates/app/src/public/html/communities/base.html | 4 ++-- crates/app/src/public/html/components.html | 2 +- crates/app/src/public/html/profile/base.html | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/crates/app/src/public/css/style.css b/crates/app/src/public/css/style.css index 45f6edb..d458df1 100644 --- a/crates/app/src/public/css/style.css +++ b/crates/app/src/public/css/style.css @@ -160,6 +160,10 @@ article { .name.shorter { max-width: 180px; } + + .name.lg\:long { + max-width: unset; + } } ul, diff --git a/crates/app/src/public/html/communities/base.html b/crates/app/src/public/html/communities/base.html index 50af07a..f52c898 100644 --- a/crates/app/src/public/html/communities/base.html +++ b/crates/app/src/public/html/communities/base.html @@ -8,7 +8,7 @@
@@ -57,7 +57,7 @@
{% if user %} -
+
{% if not is_owner %} {% if not is_joined %} {% if not is_pending %}