mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-23 01:08:33 +02:00
fix: max-vw to prevent overflow, and some cleaning of wip comments
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -190,7 +190,7 @@ pub async fn show_recent_content(
|
||||
}
|
||||
|
||||
Ok(TemplateResponse::new_template(
|
||||
"/dashboard/recent_content.html",
|
||||
"dashboard/recent_content.html",
|
||||
RecentTextContentData {
|
||||
user,
|
||||
text_contents,
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<img src="/file/{{text_content.url_info.image_id}}" alt="website screenshot" />
|
||||
</figure>
|
||||
{% endif %}
|
||||
<div class="card-body">
|
||||
<div class="card-body max-w-[95vw]">
|
||||
<h2 class="card-title truncate">
|
||||
{% if text_content.url_info %}
|
||||
{{text_content.url_info.title}}
|
||||
|
||||
Reference in New Issue
Block a user