diff --git a/MP-TAB3/Components/ParamsMan.razor b/MP-TAB3/Components/ParamsMan.razor
index 6f490e22..25e7e662 100644
--- a/MP-TAB3/Components/ParamsMan.razor
+++ b/MP-TAB3/Components/ParamsMan.razor
@@ -1,7 +1,7 @@
| + | @if (item.writable) { @if (isSelected(item.uid)) @@ -123,7 +123,7 @@ } else { - + } } | diff --git a/MP-TAB3/Components/ParamsMan.razor.css b/MP-TAB3/Components/ParamsMan.razor.css new file mode 100644 index 00000000..67785b42 --- /dev/null +++ b/MP-TAB3/Components/ParamsMan.razor.css @@ -0,0 +1,3 @@ +.smaller { + font-size: 0.7rem; +} \ No newline at end of file diff --git a/MP-TAB3/Components/ParamsMan.razor.less b/MP-TAB3/Components/ParamsMan.razor.less new file mode 100644 index 00000000..04db2376 --- /dev/null +++ b/MP-TAB3/Components/ParamsMan.razor.less @@ -0,0 +1,3 @@ +.smaller { + font-size: 0.7rem; +} diff --git a/MP-TAB3/Components/ParamsMan.razor.min.css b/MP-TAB3/Components/ParamsMan.razor.min.css new file mode 100644 index 00000000..2b990abc --- /dev/null +++ b/MP-TAB3/Components/ParamsMan.razor.min.css @@ -0,0 +1 @@ +.smaller{font-size:.7rem;} \ No newline at end of file diff --git a/MP-TAB3/MP-TAB3.csproj b/MP-TAB3/MP-TAB3.csproj index 87cc34b9..11d43632 100644 --- a/MP-TAB3/MP-TAB3.csproj +++ b/MP-TAB3/MP-TAB3.csproj @@ -3,7 +3,7 @@