Skip to content

Commit

Permalink
Merge pull request #1269 from FlowFuse/1230-ui-notification-size
Browse files Browse the repository at this point in the history
Set UI Notification min-width to auto for mobile responsiveness
  • Loading branch information
Steve-Mcl authored Sep 4, 2024
2 parents bee8d8b + 3e8eecc commit b627474
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/widgets/ui-notification/UINotification.vue
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ export default {
background-color: rgb(var(--v-theme-group-background));
color: rgb(var(--v-theme-on-group-background));
border-left: 6px solid var(--nrdb-ui-notification-color);
min-width: auto;
}
.nrdb-ui-notification .v-snackbar__content {
padding: 8px 12px;
Expand Down

0 comments on commit b627474

Please sign in to comment.