From 4de250eede1687e16112631f9c756b0b75402485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Herbinet?= <33763786+Jerome-Herbinet@users.noreply.github.com> Date: Thu, 17 Aug 2023 10:42:56 +0200 Subject: [PATCH] A better design for update channel selector MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> --- .../src/components/UpdateNotification.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/updatenotification/src/components/UpdateNotification.vue b/apps/updatenotification/src/components/UpdateNotification.vue index e93b03850cc..3edc7bb3c19 100644 --- a/apps/updatenotification/src/components/UpdateNotification.vue +++ b/apps/updatenotification/src/components/UpdateNotification.vue @@ -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 {