Skip to content

Commit 60d1874

Browse files
committed
[core] fix stock frontend lol
1 parent be624f1 commit 60d1874

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

static/ui.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ scramjet.init();
2525
navigator.serviceWorker.register("./sw.js");
2626

2727
const connection = new BareMux.BareMuxConnection("/baremux/worker.js");
28+
const flex = css`
29+
display: flex;
30+
`;
31+
const col = css`
32+
flex-direction: column;
33+
`;
2834

2935
connection.setTransport(store.transport, [{ wisp: store.wispurl }]);
3036

0 commit comments

Comments
 (0)