Skip to content

Commit

Permalink
Fix tbnobody#1405: Add some border around icons when in multi line mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tbnobody committed Oct 9, 2023
1 parent 0037e59 commit 76dfaa7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion webapp/src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -748,4 +748,11 @@ export default defineComponent({
}
},
});
</script>
</script>
<style>
.btn-group {
border-radius: var(--bs-border-radius);
margin-top: 0.25rem;
}
</style>

0 comments on commit 76dfaa7

Please sign in to comment.