A better design for update channel selector

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
This commit is contained in:
Jérôme Herbinet 2023-08-17 10:42:56 +02:00 committed by GitHub
parent daf3b29572
commit 4de250eede
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -482,9 +482,6 @@ export default {
cursor: pointer;
}
}
&:first-of-type {
margin-top: 0;
}
}
h4 {
margin-block-end: 0.7rem;
@ -510,6 +507,9 @@ export default {
cursor: pointer;
margin-left: 3px;
display: inline-block;
padding: 10px;
border-radius: 10px;
border: 2px solid var(--color-border-dark);
.icon-update-menu {
cursor: inherit;
.icon-triangle-s {