Skip to content

Commit bc5bbe4

Browse files
committed
사이드바 핑크색 수정: noise/gradient를 marimo 원본 위치(#App 밖)로 복원, AppChrome에 bg-background 추가
1 parent 547cfe9 commit bc5bbe4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

frontend/src/lib/codaro/app/AppContainer.svelte

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,15 @@
2727
</div>
2828
{/if}
2929

30+
<div class="noise"></div>
31+
<div class="disconnected-gradient"></div>
32+
3033
<div
3134
id="App"
3235
data-config-width="compact"
3336
data-connection-state={connectionState}
3437
class="mathjax_ignore bg-background w-full h-full text-textColor flex flex-col overflow-y-auto overflow-x-hidden print:height-fit {isDisconnected ? 'disconnected' : ''}"
3538
>
36-
<div class="noise"></div>
37-
<div class="disconnected-gradient"></div>
3839
{@render children()}
3940
</div>
4041
</div>

frontend/src/lib/codaro/chrome/AppChrome.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
let mainPanelFlex = $derived(isDeveloperOpen ? 75 : 100);
4242
</script>
4343

44-
<div class="flex flex-col flex-1 overflow-hidden absolute inset-0 print:relative">
44+
<div class="flex flex-col flex-1 overflow-hidden absolute inset-0 print:relative bg-background">
4545
<PanelGroup id="marimo:chrome:v1:l2" direction="horizontal">
4646
<Sidebar {errorCount} />
4747

0 commit comments

Comments
 (0)