Tooltips, alternate ad text, better error messages

This commit is contained in:
Jai A
2020-11-03 21:29:45 -07:00
parent 5b77e78662
commit 7445f43b1b
15 changed files with 302 additions and 115 deletions

View File

@@ -222,6 +222,13 @@
</nav>
</aside>
<main>
<notifications group="main" position="bottom right" />
<notifications
group="ads"
position="bottom right"
:duration="-1"
:ignore-duplicates="true"
/>
<div class="alpha-alert">
Modrinth is in early alpha. You can join our
<a href="https://discord.gg/gFRbNQ2">discord</a> for updates!
@@ -610,7 +617,8 @@ export default {
background-color: var(--color-grey-1);
a {
color: var(--color-grey-3);
text-decoration: underline;
color: var(--color-grey-5);
}
}