mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Redesign: Fixes 09/21 (#9062)
* fix(notifications): click to clear * fix(chat): no italic/gray typing in Tavern * fix(tutorial): tighter Justin modal * fix(modal): revert changes to avatar editing * fix(avatar): let edit modal be big
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template lang="pug">
|
||||
transition(name="fade")
|
||||
.notification.callout.animated(:class="classes", v-if='show')
|
||||
.notification.callout.animated(:class="classes", v-if='show', @click='show = false')
|
||||
.row(v-if='notification.type === "error"')
|
||||
.text.col-12
|
||||
div(v-html='notification.text')
|
||||
|
||||
Reference in New Issue
Block a user