mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-22 05:27:20 +00:00
Cut video titles when they exceed 2 lines (#445)
* Cut video titles when they exceed 2 lines * Add tooltip to reveal full title on hover
This commit is contained in:
parent
0fd2ad0ea0
commit
c9a82f3ceb
@ -25,7 +25,7 @@
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<p class="uk-text-break" style="padding-top: 0.5rem; margin-bottom: 0.5rem">{{ video.title }}</p>
|
||||
<p style="padding-top: 0.5rem; margin-bottom: 0.5rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;" :title="video.title">{{ video.title }}</p>
|
||||
</div>
|
||||
</router-link>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user