Skip to content

Commit 8d9304d

Browse files
added close icon
1 parent e9bea03 commit 8d9304d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/widget/views/index.hbs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@
1818
}
1919
</style>
2020
<rect width="800" height="{{ height_ }}" style="fill: {{background_color}};" />
21-
<rect width="693" height="40" x="107" style="fill: {{header_color}};" />
21+
<rect width="673" height="40" x="127" style="fill: {{header_color}};" />
2222
<rect width="1" height="{{ height_main_line }}" x="40" y="65" fill="{{indent_color}}" />
2323

2424
<text y="60" font-family="Consolas, monospace" class="indexes" fill="{{main_color}}">
2525
{{{indexes}}}
2626
</text>
2727
<text y="25" class="filename" font-family="Segoe WPC, Segoe UI, sans-serif" fill="{{main_color}}">
2828
<tspan fill="{{icon_color}}" font-family="Consolas, monospace">{}</tspan> info.json
29+
<tspan font-family="Consolas, monospace" style="font-size: .8rem;">&#8197;&#x2715;</tspan>
2930
</text>
3031
<text y="60" font-family="Consolas, monospace" class="main_text" fill="{{main_color}}">
3132
{{{json}}}

0 commit comments

Comments
 (0)