Tiivistetty layout: terminaali 500→300px, pienemmät marginaalit
Mahtuu 1440px korkeuteen ilman vieritystä. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -388,7 +388,7 @@
|
||||
font-family: 'Courier New', Courier, monospace;
|
||||
font-size:14px;
|
||||
color:var(--success-color);
|
||||
height:500px;
|
||||
height:300px;
|
||||
overflow-y:auto;
|
||||
text-align:left;
|
||||
white-space: pre-wrap;
|
||||
@@ -629,7 +629,7 @@
|
||||
font-family: 'Courier New', monospace;
|
||||
padding: 8px;
|
||||
resize: vertical;
|
||||
min-height: 60px;
|
||||
min-height: 40px;
|
||||
outline: none;
|
||||
}
|
||||
.agent-prompt-editor textarea:focus { border-color: var(--accent-color); }
|
||||
@@ -692,7 +692,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div style="display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 20px;">
|
||||
<div style="display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 10px;">
|
||||
<div>
|
||||
<h1 style="margin-bottom:0;" data-i18n="main_title"><span style="color:#ff6b00">Kipinä</span> <span>Agentic Playground</span></h1>
|
||||
<p class="sub" style="margin-bottom:0;"><span data-i18n="main_subtitle">AI-ohjelmistokehitystiimi</span> · <span id="hub-version" style="color:#58a6ff">-</span></p>
|
||||
@@ -1068,7 +1068,7 @@
|
||||
</div>
|
||||
|
||||
<!-- Prompt Editor -->
|
||||
<div class="agent-prompt-editor" id="agent-prompt-editor" style="margin-top:20px;">
|
||||
<div class="agent-prompt-editor" id="agent-prompt-editor" style="margin-top:10px;">
|
||||
<div class="agent-prompt-label">
|
||||
<strong id="agent-prompt-name">—</strong>
|
||||
<span id="agent-prompt-saved" style="color:var(--success-color);opacity:0;transition:opacity 0.3s">Tallennettu</span>
|
||||
|
||||
Reference in New Issue
Block a user