From 37713f8c165782be9de53115f59ddd91b3de8845 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mika=C3=ABl=20Cluseau?=
Date: Sun, 29 Jun 2025 08:06:59 +0200
Subject: [PATCH] ui: mini 'fixes'
---
html/ui/app.css | 5 +----
html/ui/js/Downloads.js | 9 ++++-----
2 files changed, 5 insertions(+), 9 deletions(-)
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
- {{ d.name }}{{" "}}
-
-`
+ Active links
+ {{ d.name }}{{" "}}
+ `
}