feat: display two lines in image view

This commit is contained in:
barredterra 2025-01-06 22:02:07 +01:00
parent 55a55e7f7b
commit a0b9f02acf

View file

@ -160,6 +160,13 @@
.ellipsis {
vertical-align: bottom;
// Display two lines instead of one
white-space: normal;
display: -webkit-box;
line-clamp: 2;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
display: flex;