Skip to content

Commit 5f6156a

Browse files
authored
webui: Jetbrains Mono, fix porep layout (#179)
1 parent 52f698d commit 5f6156a

19 files changed

+39
-32
lines changed

web/static/pages/pipeline_porep/index.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
</head>
1111
<body style="visibility: hidden">
1212
<curio-ux>
13-
<div class="app-head">
14-
<div class="head-left">
15-
<h1>Curio PoRep Pipeline</h1>
16-
</div>
17-
</div>
18-
<hr/>
1913
<div class="page">
14+
<div class="app-head">
15+
<div class="head-left">
16+
<h1>Curio PoRep Pipeline</h1>
17+
</div>
18+
<hr/>
19+
</div>
2020
<div class="row">
2121
<div class="row-md-auto" style="width: 50%">
2222
<div class="info-block">
@@ -33,6 +33,7 @@ <h2>Sectors</h2>
3333
</div>
3434
<div class="row-md-auto"></div>
3535
</div>
36-
</div></curio-ux>
36+
</div>
37+
</curio-ux>
3738
</body>
3839
</html>

web/static/ux/curio-ux.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class CurioUX extends LitElement {
126126
<path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm15 2h-4v3h4V4zm0 4h-4v3h4V8zm0 4h-4v3h3a1 1 0 0 0 1-1v-2zm-5 3v-3H6v3h4zm-5 0v-3H1v2a1 1 0 0 0 1 1h3zm-4-4h4V8H1v3zm0-4h4V4H1v3zm5-3v3h4V4H6zm4 4H6v3h4V8z"></path>
127127
</symbol>
128128
</svg>
129-
<div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" style="width: 200px; min-height:100vh; margin-right: 1rem">
129+
<div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" style="width: 240px; min-height:100vh; margin-right: 1rem">
130130
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-white text-decoration-none">
131131
<img src="/favicon.svg" width="40" height="32" class="d-inline-block align-top me-2" alt="">
132132
<span class="fs-4">Curio</span>
92.4 KB
Binary file not shown.
95.9 KB
Binary file not shown.
91.5 KB
Binary file not shown.
94.6 KB
Binary file not shown.
90.5 KB
Binary file not shown.
93.6 KB
Binary file not shown.
93.6 KB
Binary file not shown.
91.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)