Skip to content

Commit

Permalink
Better update channel selector design
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Herbinet <[email protected]>

npm run build

Signed-off-by: Jérôme Herbinet <[email protected]>

Better update channel selector design

Signed-off-by: Jérôme Herbinet <[email protected]>

npm run build

Signed-off-by: Jérôme Herbinet <[email protected]>

Following @jancborchardt suggestion

Signed-off-by: Jérôme Herbinet <[email protected]>

npm run build

Signed-off-by: Jérôme Herbinet <[email protected]>
Co-Authored-By: Simon L. <[email protected]>
  • Loading branch information
Jerome-Herbinet and szaimen committed Jun 23, 2023
1 parent 5fb7ea2 commit a1aed1d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions apps/updatenotification/src/components/UpdateNotification.vue
Original file line number Diff line number Diff line change
Expand Up @@ -471,9 +471,6 @@ export default {
.icon {
cursor: pointer;
}
&:first-of-type {
margin-top: 0;
}
&.update-channel-selector {
display: inline-block;
cursor: inherit;
Expand Down Expand Up @@ -509,6 +506,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 {
Expand Down
4 changes: 2 additions & 2 deletions dist/updatenotification-updatenotification.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/updatenotification-updatenotification.js.map

Large diffs are not rendered by default.

0 comments on commit a1aed1d

Please sign in to comment.