Add automatic native titles to all truncateable elements

This commit is contained in:
Svilen Markov
2024-12-17 23:34:32 +00:00
parent a4840c7365
commit ab6ae15836
10 changed files with 27 additions and 20 deletions

View File

@@ -931,17 +931,6 @@ details[open] .summary::after {
border-radius: var(--border-radius) var(--border-radius) 0 0;
}
.video-title {
margin-bottom: auto;
overflow: hidden;
display: block;
text-overflow: ellipsis;
line-clamp: 2;
-webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
}
.search-icon {
width: 2.3rem;
}