Skip to content

Commit 4123bd2

Browse files
authored
Update body class styles in xterm.wlx
1 parent 360ceec commit 4123bd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/wljs-xterm/template/xterm.wlx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ App[request_] := Module[{client, channel, target}, With[{
123123
<ExtensionsStyles/>
124124
<link rel="stylesheet" type="text/css" href="/wljs-xterm/src/xterm.css" />
125125
</Head>
126-
<body class="h-full dark:linux:bg-gray-700 dark:owin:bg-gray-700 owin:border owin:border-gray-500 owin:bg-blue-100/20">
126+
<body class="h-full dark:linux:bg-gray-700 dark:owin:bg-gray-700 owin:border owin:border-slate-400 linux:border linux:border-slate-400 overflow-hidden owin:bg-blue-100/20">
127127
<div class="h-full">
128128
<Modals ModalsPort={ModalController} ElectronQ={isElectron} CachedClient={cachedClient}/>
129129
<div id="frame" class="h-full">

0 commit comments

Comments
 (0)