Bigger releases entries, added comment at the end of the name

This commit is contained in:
emeric
2025-02-07 18:04:56 +01:00
parent 4fe6edb87f
commit 4cb6a70d2b
5 changed files with 27 additions and 7 deletions
+9
View File
@@ -103,6 +103,15 @@ body {
background-color: var(--bs-gray-900);
}
.Lms-multiline-clamp {
line-clamp: 2;
-webkit-line-clamp: 2;
overflow: hidden;
display: -webkit-box;
word-break: break-word;
-webkit-box-orient: vertical;
}
.Lms-notification-container {
position: fixed;
bottom: 78px;