Skip to content

Commit

Permalink
fix: Outdated apps badge size
Browse files Browse the repository at this point in the history
  • Loading branch information
Slipn3r committed May 13, 2024
1 parent 7a7e257 commit aa260e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/layouts/AppsLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,8 @@ watch(() => mainFlags.value.connected, (condition) => {
height: 40px
.outdated-badge
width: 17px
min-width: 17px
width: fit-content
height: 17px !important
position: absolute
top: -3px
Expand Down

0 comments on commit aa260e2

Please sign in to comment.