Add ellipsis on long domain names in search

This commit is contained in:
augustin64 2024-01-16 21:02:37 +01:00
parent 10621d70c7
commit 93c8078bdb

View File

@ -356,6 +356,11 @@ img.partition-thumbnail {
transform: translateX(-22px) translateY(-115px);
}
.partition-name {
text-overflow: ellipsis;
overflow: hidden;
}
/** Albums grid in groupe view */
#albums-grid > a > .album {