Skip to content

Commit

Permalink
Merge branch 'develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosPaunovic authored Oct 21, 2024
2 parents 903764c + 1f850fb commit 46962c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added ui/src/assets/plugins/headband.webp
Binary file not shown.
4 changes: 2 additions & 2 deletions ui/src/components/inputs/EditorView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1263,7 +1263,7 @@
}
&::-webkit-scrollbar {
width: 2px;
width: 10px;
height: 2px;
}
Expand All @@ -1273,7 +1273,7 @@
&::-webkit-scrollbar-thumb {
background: var(--bs-primary);
border-radius: 0px;
border-radius: 20px;
}
}
Expand Down
2 changes: 1 addition & 1 deletion ui/src/components/plugins/PluginHome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
<style scoped lang="scss">
.headband-row {
width: 100%;
background: url("../../assets/plugins/headband.svg") no-repeat center;
background: url("../../assets/plugins/headband.webp") no-repeat center;
background-size: cover;
height: 9em;
}
Expand Down

0 comments on commit 46962c9

Please sign in to comment.