aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>2023-08-17 10:42:56 +0200
committerGitHub <noreply@github.com>2023-08-17 10:42:56 +0200
commit4de250eede1687e16112631f9c756b0b75402485 (patch)
tree422ecbcc9e79bcf9e1b6e8702256b99d9f1409d7 /apps
parentdaf3b29572921562abcb700052c1de19fdd2fe4e (diff)
downloadnextcloud-server-4de250eede1687e16112631f9c756b0b75402485.tar.gz
nextcloud-server-4de250eede1687e16112631f9c756b0b75402485.zip
A better design for update channel selector
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/updatenotification/src/components/UpdateNotification.vue6
1 files 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 {