Fix alignment of text

This commit is contained in:
Kylian Schmidt
2026-05-08 16:03:52 +02:00
parent 018398a97b
commit ace9646a25
+13 -3
View File
@@ -304,10 +304,20 @@
border-radius: 4px !important;
}
/* In compact view the thumbnail is hidden, so collapse the link out of the
flex flow and stretch it as an invisible overlay — this keeps the whole
row clickable without the empty link consuming horizontal space. */
.plot-container.list-compact-view .plot-item {
position: relative !important;
}
.plot-container.list-compact-view .plot-link {
flex: 1 !important;
display: flex !important;
align-items: center !important;
position: absolute !important;
inset: 0 !important;
flex: none !important;
display: block !important;
width: auto !important;
height: auto !important;
}
.plot-container.list-compact-view .plot-thumbnail {