diff options
author | Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> | 2023-08-17 10:42:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-17 10:42:56 +0200 |
commit | 4de250eede1687e16112631f9c756b0b75402485 (patch) | |
tree | 422ecbcc9e79bcf9e1b6e8702256b99d9f1409d7 /apps | |
parent | daf3b29572921562abcb700052c1de19fdd2fe4e (diff) | |
download | nextcloud-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.vue | 6 |
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 { |