Fixed some display issues for mobile rendering
This commit is contained in:
@ -408,7 +408,7 @@
|
||||
private void ShowControlPanel()
|
||||
{
|
||||
_message = "";
|
||||
_display = "width: 25%; minwidth:300px";
|
||||
_display = "width: 25%; min-width: 375px;";
|
||||
StateHasChanged();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user