Skip to content

Commit 9a68e4b

Browse files
committed
fix ui part 3
1 parent 8ec181b commit 9a68e4b

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

index.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@
99
<script src="https://cdn.tailwindcss.com"></script>
1010
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Roboto+Mono:wght@400;500&display=swap" rel="stylesheet">
1111
</head>
12-
<body class="bg-gray-900">
13-
14-
<div id="app-container" class="main-container bg-gray-900 text-gray-100 font-mono p-4 shadow-lg overflow-hidden">
15-
<div class="flex flex-col h-screen">
12+
<body class="bg-gray-900 h-screen overflow-hidden">
13+
<div id="app-container" class="main-container bg-gray-900 text-gray-100 font-mono p-4 shadow-lg h-full flex flex-col">
14+
<div class="flex flex-col h-full">
1615
<nav class="menu-bar bg-gray-800 p-2 rounded-t-lg flex items-center justify-between relative z-10 flex-shrink-0 border-b border-gray-700">
1716
<div class="flex space-x-1 sm:space-x-4">
1817
<div class="relative">
@@ -69,14 +68,14 @@
6968
</div>
7069
<span id="console-name" class="text-xs sm:text-sm text-gray-400 mr-3 select-none">Console Linux Web</span>
7170
</nav>
72-
<div id="console-output" class="flex-grow bg-gray-800 p-4 overflow-y-auto custom-scrollbar rounded-b-lg border border-gray-700 shadow-inner">
71+
<div id="console-output" class="flex-1 bg-gray-800 p-4 overflow-auto custom-scrollbar rounded-b-lg border border-gray-700 shadow-inner mb-3">
7372
<div id="loading-llm-indicator" class="text-yellow-400 hidden animate-pulse">
7473
<span class="inline-block mr-2"></span>Génération en cours...
7574
</div>
7675
<div id="console-end-ref"></div>
7776
</div>
7877

79-
<form id="command-form" class="flex mt-3 flex-shrink-0 bg-gray-800 p-2 rounded-lg border border-gray-700">
78+
<form id="command-form" class="flex flex-shrink-0 bg-gray-800 p-2 rounded-lg border border-gray-700">
8079
<label for="command-input" id="prompt-label" class="flex-shrink-0 text-green-400 mr-2 flex items-center select-none font-bold"></label>
8180
</label>
8281
<input

version.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
{
2-
"version": "1.2.13",
2+
"version": "1.2.14",
33
"buildDate": "2025-06-05",
4-
"changelog": "test fix all ui bug",
4+
"changelog": "test fix all ui bug part 2",
55
"history": [
6+
{
7+
"version": "1.2.14",
8+
"date": "2025-06-05",
9+
"changelog": "test fix all ui bug part 2",
10+
"type": "patch"
11+
},
612
{
713
"version": "1.2.13",
814
"date": "2025-06-05",

0 commit comments

Comments
 (0)