diff --git a/src/main/resources/static/css/styles.css b/src/main/resources/static/css/styles.css index 24ba9a2..2f844d4 100644 --- a/src/main/resources/static/css/styles.css +++ b/src/main/resources/static/css/styles.css @@ -1041,7 +1041,7 @@ button:disabled:hover { .dashboard-grid { display: grid; - grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); + grid-template-columns: repeat(2, 1fr); gap: 20px; align-items: start; } @@ -3146,8 +3146,6 @@ button:disabled:hover { .dashboard-grid { grid-template-columns: 1fr; } - - .danger-zone-item { flex-direction: column; } diff --git a/src/main/resources/templates/dashboard.html b/src/main/resources/templates/dashboard.html index 90162a9..28a32e6 100644 --- a/src/main/resources/templates/dashboard.html +++ b/src/main/resources/templates/dashboard.html @@ -97,7 +97,6 @@
Settings
Match these with your OBS resolution.
Settings
Set access policy for script assets.