ui: mini 'fixes'

This commit is contained in:
Mikaël Cluseau
2025-06-29 08:06:59 +02:00
parent 85b9a45856
commit 37713f8c16
2 changed files with 5 additions and 9 deletions

View File

@ -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;
}