Skip to content

Commit

Permalink
Update UI
Browse files Browse the repository at this point in the history
  • Loading branch information
beavailable committed Apr 17, 2022
1 parent fa7498a commit e675115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ def build_html(self, path, dirs, files):
builder.append('<span class="item-right">')
builder.append(f'<span class="size">{self._format_size(size)}</span>')
builder.append(f'<a class="btn-download" href="{html.escape(parse.quote(f))}" download>')
builder.append('<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="#2965c7"><path d="M0 0h24v24H0z" fill="none"/><path d="M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"/></svg>')
builder.append('<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="#2965c7"><g><rect fill="none" height="24" width="24"/></g><g><path d="M18,15v3H6v-3H4v3c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2v-3H18z M17,11l-1.41-1.41L13,12.17V4h-2v8.17L8.41,9.59L7,11l5,5 L17,11z"/></g></svg>')
builder.append('</a>')
builder.append('</span>')
builder.append('</li>')
Expand Down

0 comments on commit e675115

Please sign in to comment.