display App version in settings (#801)

Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
This commit is contained in:
ToBinio
2023-11-21 16:38:22 +01:00
committed by GitHub
parent fd299aabe8
commit 531b38e562
3 changed files with 28 additions and 3 deletions

View File

@@ -292,9 +292,11 @@ const exportPack = async () => {
.textarea-wrapper {
// margin-top: 1rem;
height: 12rem;
textarea {
max-height: 12rem;
}
.preview {
overflow-y: auto;
}