diff --git a/html/ui/app.css b/html/ui/app.css index 08b2de6..5e60894 100644 --- a/html/ui/app.css +++ b/html/ui/app.css @@ -10,16 +10,13 @@ .downloads { & > * { display: inline-block; - margin-left: 1ex; + margin-right: 1ex; margin-bottom: 1ex; padding: 0.5ex; border: 1px solid; border-radius: 1ex; cursor: pointer; } - & > *:first-child { - margin-left: 0; - } & > .selected { color: blue; } diff --git a/html/ui/js/Downloads.js b/html/ui/js/Downloads.js index 0fe4993..1299b72 100644 --- a/html/ui/js/Downloads.js +++ b/html/ui/js/Downloads.js @@ -64,10 +64,9 @@ export default { {{" "}}

- +

-` +

Active links

+ + ` }