Warning notification should not butt up against forecast panel

This commit is contained in:
Lance Edgar 2024-06-09 16:41:27 -05:00
parent d2afc8469d
commit cd615cb020

View file

@ -95,7 +95,8 @@ function showHourly(period) {
</o-button>
</div>
<div v-if="weatherStore.alerts?.features?.length">
<div v-if="weatherStore.alerts?.features?.length"
class="block">
<o-notification variant="warning"
icon="warning"
@click="$router.push('/alerts')"