Fixed template editor not resizable.

This commit is contained in:
DebaucheryLibrarian 2025-03-24 00:14:19 +01:00
parent c93a7189ce
commit 09bba4fe1e
2 changed files with 2 additions and 0 deletions

View File

@ -251,6 +251,7 @@ onMounted(() => {
.edit {
flex-grow: 1;
flex-basis: auto;
min-height: 10rem;
resize: vertical;
}

View File

@ -168,6 +168,7 @@ function scrollHorizontal(event) {
.profile {
display: flex;
flex-direction: column;
flex-grow: 1;
width: 1200px;
max-width: 100%;
margin: 0 .5rem;