Fixed some display issues for mobile rendering

This commit is contained in:
Shaun Walker
2020-03-25 10:54:34 -04:00
parent 20e481af3d
commit 1e688dcf5e
12 changed files with 25 additions and 37 deletions

View File

@ -408,7 +408,7 @@
private void ShowControlPanel()
{
_message = "";
_display = "width: 25%; minwidth:300px";
_display = "width: 25%; min-width: 375px;";
StateHasChanged();
}