adapt ui to new assets

This commit is contained in:
Mikaël Cluseau
2026-05-08 15:01:44 +02:00
parent 7a6310c93e
commit b0e84f6aa8
12 changed files with 97 additions and 41 deletions
+7 -2
View File
@@ -10,18 +10,23 @@
cursor: pointer;
}
.downloads, .download-links {
.downloads, .download-links, .download-table td {
& > * {
display: inline-block;
margin-right: 1ex;
margin-bottom: 1ex;
padding: 0.5ex;
border: 1px solid;
border: 1px solid !important;
border-radius: 1ex;
cursor: pointer;
}
}
.download-table th,
.download-table td {
border: none !important;
}
.downloads, .view-links {
& > .selected {
color: var(--link);