Skip to content

Commit f1326d1

Browse files
committed
feat: Remove CSS properties for video thumbnail hover effect
fix: Update metadata info class in made.js file
1 parent 8ab648a commit f1326d1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

frontend/css/style.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2155,13 +2155,11 @@ a.video-thumbnail span:hover {
21552155
}
21562156

21572157
.metadata-info {
2158-
/*
21592158
white-space: nowrap;
21602159
overflow: hidden;
21612160
text-overflow: ellipsis;
21622161
word-wrap: break-word;
21632162
display: inline-block;
2164-
*/
21652163
max-width: 70%;
21662164
}
21672165

frontend/themes/js/made.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ function renderVideoMetadata(video_metadata) {
360360
</div>
361361
<div class="w3-container w3-hide-large w3-hide-medium video-tags-container w3-tooltip">
362362
${htmlVideoTags}
363-
<i class="w3-tag w3-text" data-translate="categories_note">${translation.categories_note}</i>
363+
<i class="w3-tag w3-text metadata-info" data-translate="categories_note">${translation.categories_note}</i>
364364
</div>
365365
<div class="clearfix">
366366
</div>

0 commit comments

Comments
 (0)