Исправления в ветке main

This commit is contained in:
2025-10-28 17:30:30 +06:00
parent 89d15bfdc9
commit 99b1a74034
3 changed files with 8 additions and 9 deletions

View File

@@ -111,6 +111,11 @@ const HistoryPageTemplate = `
font-size: 0.9em;
color: #2d5016;
border-left: 3px solid #2d5016;
max-height: 72px; /* ~4 строки */
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
.delete-btn {
background: #e74c3c;

View File

@@ -93,11 +93,12 @@ const ResultsPageTemplate = `
}
.file-card-content {
cursor: pointer;
padding-left: 28px;
}
.file-actions {
position: absolute;
top: 10px;
right: 10px;
left: 10px;
display: flex;
gap: 8px;
}