mirror of
https://github.com/Direct-Dev-Ru/go-lcg.git
synced 2025-11-16 01:29:55 +00:00
Исправления в ветке main
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user