parent
c816b5d790
commit
c7ee569790
1 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@ pub async fn video_element_wide(video: &Video) -> PreEscaped<String> {
|
||||||
};
|
};
|
||||||
|
|
||||||
div class="flex flex-col flex-grow ml-4" {
|
div class="flex flex-col flex-grow ml-4" {
|
||||||
h3 class="text-lg font-semibold truncate mb-1" title=(video.title) {
|
h3 class="text-lg font-semibold mb-1" title=(video.title) {
|
||||||
( video.title )
|
( video.title )
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -113,7 +113,7 @@ pub async fn video_element(video: &mut Video) -> PreEscaped<String> {
|
||||||
|
|
||||||
div class="bg-gray-900 shadow-lg rounded-lg overflow-hidden" {
|
div class="bg-gray-900 shadow-lg rounded-lg overflow-hidden" {
|
||||||
div class="p-4" {
|
div class="p-4" {
|
||||||
h3 class="text-lg font-semibold truncate" title=(video.title) {
|
h3 class="text-lg font-semibold" title=(video.title) {
|
||||||
( video.title )
|
( video.title )
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue