synchronize static assets with .NET MAUI

This commit is contained in:
sbwalker
2025-12-22 16:04:00 -05:00
parent e11e021750
commit 6733299290
2 changed files with 19 additions and 2 deletions

View File

@@ -273,6 +273,11 @@ app {
min-height: 250px;
}
.app-editor-resizable {
resize: vertical;
overflow: auto;
}
.app-logo .navbar-brand {
padding: 5px 20px 5px 20px;
}