Skip to content

Commit

Permalink
Make Alerter take 25% of the bar size at most
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl authored and patrickelectric committed Sep 8, 2023
1 parent 12ac6d8 commit b8f9c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/Alerter.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="relative flex-grow mx-1 my-1.5">
<div class="relative flex-grow mx-1 my-1.5 max-w-[25%]">
<div
ref="currentAlertBar"
class="flex items-center justify-between p-1 overflow-hidden rounded cursor-pointer select-none whitespace-nowrap bg-slate-800/75"
Expand Down

0 comments on commit b8f9c19

Please sign in to comment.