Warning notification should not butt up against forecast panel
This commit is contained in:
parent
d2afc8469d
commit
cd615cb020
1 changed files with 2 additions and 1 deletions
|
@ -95,7 +95,8 @@ function showHourly(period) {
|
||||||
</o-button>
|
</o-button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-if="weatherStore.alerts?.features?.length">
|
<div v-if="weatherStore.alerts?.features?.length"
|
||||||
|
class="block">
|
||||||
<o-notification variant="warning"
|
<o-notification variant="warning"
|
||||||
icon="warning"
|
icon="warning"
|
||||||
@click="$router.push('/alerts')"
|
@click="$router.push('/alerts')"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue