auto-git:
[change] index.html
This commit is contained in:
15
index.html
15
index.html
@@ -140,12 +140,18 @@
|
|||||||
.diff-container pre {
|
.diff-container pre {
|
||||||
padding-top: 0 !important;
|
padding-top: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sidebar, .interaction-bar {
|
||||||
|
-webkit-user-select: none;
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body class="flex h-screen bg-white">
|
<body class="flex h-screen bg-white">
|
||||||
|
|
||||||
<!-- Sidebar -->
|
<!-- Sidebar -->
|
||||||
<aside class="w-64 border-r flex flex-col"
|
<aside class="w-64 border-r flex flex-col sidebar"
|
||||||
style="background: var(--bg-sidebar); border-color: var(--border)">
|
style="background: var(--bg-sidebar); border-color: var(--border)">
|
||||||
<h2 class="px-4 py-3 text-lg font-semibold"
|
<h2 class="px-4 py-3 text-lg font-semibold"
|
||||||
style="color: var(--accent)">
|
style="color: var(--accent)">
|
||||||
@@ -169,7 +175,9 @@
|
|||||||
|
|
||||||
<!-- Main panel: wieder p-4 wie gehabt -->
|
<!-- Main panel: wieder p-4 wie gehabt -->
|
||||||
<main class="relative flex flex-col flex-1" style="background: var(--bg-main)">
|
<main class="relative flex flex-col flex-1" style="background: var(--bg-main)">
|
||||||
<div class="flex-1 p-4 overflow-y-auto">
|
|
||||||
|
<!-- Content-Area -->
|
||||||
|
<div class="flex-1 p-4 overflow-y-auto content-area">
|
||||||
<h3 id="currentTitle" class="text-xl font-semibold mb-2"
|
<h3 id="currentTitle" class="text-xl font-semibold mb-2"
|
||||||
style="color: var(--accent)">
|
style="color: var(--accent)">
|
||||||
No folder selected
|
No folder selected
|
||||||
@@ -178,10 +186,11 @@
|
|||||||
<ul id="contentList" class="space-y-1"></ul>
|
<ul id="contentList" class="space-y-1"></ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- Cat -->
|
||||||
<div id="catSlot" class="absolute bottom-12 right-2"></div>
|
<div id="catSlot" class="absolute bottom-12 right-2"></div>
|
||||||
|
|
||||||
<!-- Interaction Bar -->
|
<!-- Interaction Bar -->
|
||||||
<div class="w-full h-16 flex items-center p-4"
|
<div class="w-full h-16 flex items-center p-4 interaction-bar"
|
||||||
style="background: var(--bg-sidebar); border-top: 1px solid var(--border)">
|
style="background: var(--bg-sidebar); border-top: 1px solid var(--border)">
|
||||||
<button id="commitBtn"
|
<button id="commitBtn"
|
||||||
class="ml-auto px-4 py-2 border rounded font-semibold"
|
class="ml-auto px-4 py-2 border rounded font-semibold"
|
||||||
|
|||||||
Reference in New Issue
Block a user