Architect-prompti parannettu, relaatiotuki templateihin, englanti-sääntö
- SPEC_SYSTEM: chain-of-thought, domain-esimerkit, anti-patternit, relaatiosäännöt - Speksi-puhdistus: korjaa sa_type | None -virheet automaattisesti - Etusivun teksti päivitetty - Koodissa käytetään aina englantia (entity/field names)
This commit is contained in:
@@ -17,17 +17,20 @@ body {
|
||||
font-size: 16px;
|
||||
background: var(--bg);
|
||||
color: var(--text);
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 1600px;
|
||||
margin: 0 auto;
|
||||
padding: 20px 40px;
|
||||
}
|
||||
|
||||
#app.container {
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#app:not(.active) { display: none; }
|
||||
@@ -44,7 +47,7 @@ body {
|
||||
|
||||
/* Panels */
|
||||
.panel { display: none; }
|
||||
.panel.active { display: flex; flex-direction: column; flex: 1; min-height: 0; }
|
||||
.panel.active { display: flex; flex-direction: column; flex: 1; min-height: 0; overflow-y: auto; }
|
||||
|
||||
/* Status bar */
|
||||
.status-bar {
|
||||
|
||||
Reference in New Issue
Block a user