You've already forked AstralRinth
forked from didirus/AstralRinth
fix(theseus): Error modal (#1325)
* fix(theseus): Close button in ErrorModal * fix(theseus): Overflow in ErrorModal
This commit is contained in:
@@ -168,7 +168,7 @@ async function loginMinecraft() {
|
|||||||
</div>
|
</div>
|
||||||
<div class="input-group push-right">
|
<div class="input-group push-right">
|
||||||
<a :href="supportLink" class="btn" @click="errorModal.hide()"><ChatIcon /> Get support</a>
|
<a :href="supportLink" class="btn" @click="errorModal.hide()"><ChatIcon /> Get support</a>
|
||||||
<button class="btn" @clicdck="errorModal.hide()"><XIcon /> Close</button>
|
<button class="btn" @click="errorModal.hide()"><XIcon /> Close</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</Modal>
|
</Modal>
|
||||||
@@ -223,4 +223,8 @@ async function loginMinecraft() {
|
|||||||
gap: var(--gap-md);
|
gap: var(--gap-md);
|
||||||
padding: var(--gap-lg);
|
padding: var(--gap-lg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.markdown-body {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user