minor styling
This commit is contained in:
		
							parent
							
								
									6bec10c31b
								
							
						
					
					
						commit
						8bd499036b
					
				@ -656,7 +656,7 @@ document.addEventListener('DOMContentLoaded', () => {
 | 
			
		||||
 | 
			
		||||
    const resultsHTML = `
 | 
			
		||||
      <div class="workflow-container">
 | 
			
		||||
        <div style="text-align: center; margin-bottom: 2rem; padding: 1.5rem; background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-primary) 100%); color: white; border-radius: 0.75rem;">
 | 
			
		||||
        <div style="text-align: center; margin-bottom: 2rem; padding: 1.5rem; background: linear-gradient(135deg, var(--color-primary) 0%, #525252 100%); color: white; border-radius: 0.75rem;">
 | 
			
		||||
          <h3 style="margin: 0 0 0.75rem 0; font-size: 1.5rem;">Empfohlener DFIR-Workflow</h3>
 | 
			
		||||
          <p style="margin: 0; opacity: 0.9; line-height: 1.5;">
 | 
			
		||||
            Basierend auf Ihrer Anfrage: "<em>${originalQuery.slice(0, 100)}${originalQuery.length > 100 ? '...' : ''}</em>"
 | 
			
		||||
@ -803,7 +803,7 @@ document.addEventListener('DOMContentLoaded', () => {
 | 
			
		||||
    
 | 
			
		||||
    const resultsHTML = `
 | 
			
		||||
      <div class="tool-results-container">
 | 
			
		||||
        <div style="text-align: center; margin-bottom: 2rem; padding: 1.5rem; background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-primary) 100%); color: white; border-radius: 0.75rem;">
 | 
			
		||||
        <div style="text-align: center; margin-bottom: 2rem; padding: 1.5rem; background: linear-gradient(135deg, var(--color-primary) 0%, #525252 100%); color: white; border-radius: 0.75rem;">
 | 
			
		||||
          <h3 style="margin: 0 0 0.75rem 0; font-size: 1.5rem;">
 | 
			
		||||
            <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" style="margin-right: 0.5rem; vertical-align: middle;">
 | 
			
		||||
              <path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"/>
 | 
			
		||||
 | 
			
		||||
@ -327,7 +327,7 @@ export const POST: APIRoute = async ({ request }) => {
 | 
			
		||||
              content: sanitizedQuery
 | 
			
		||||
            }
 | 
			
		||||
          ],
 | 
			
		||||
          max_tokens: 2000,
 | 
			
		||||
          max_tokens: 2500,
 | 
			
		||||
          temperature: 0.3
 | 
			
		||||
        })
 | 
			
		||||
      })
 | 
			
		||||
 | 
			
		||||
@ -532,7 +532,7 @@ input[type="checkbox"] {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.matrix-table th {
 | 
			
		||||
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
 | 
			
		||||
  background: linear-gradient(135deg, var(--color-primary) 0%, #525252 100%);
 | 
			
		||||
  color: white;
 | 
			
		||||
  font-weight: 600;
 | 
			
		||||
  position: sticky;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user