mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-05-19 22:38:56 +02:00
Add files via upload
This commit is contained in:
@@ -569,6 +569,9 @@ header {
|
||||
background: rgba(156, 39, 176, 0.1) !important;
|
||||
border-color: rgba(156, 39, 176, 0.3) !important;
|
||||
color: #9c27b0 !important;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.process-detail-btn:hover {
|
||||
@@ -577,6 +580,12 @@ header {
|
||||
color: #7b1fa2 !important;
|
||||
}
|
||||
|
||||
.process-detail-btn span {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
.process-details-container {
|
||||
margin-top: 12px;
|
||||
padding-top: 12px;
|
||||
@@ -592,11 +601,14 @@ header {
|
||||
max-height: 0;
|
||||
overflow: hidden;
|
||||
transition: max-height 0.3s ease;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.process-details-content .progress-timeline.expanded {
|
||||
max-height: 2000px;
|
||||
overflow-y: auto;
|
||||
opacity: 1;
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.chat-input-container {
|
||||
|
||||
Reference in New Issue
Block a user