From 09905930d6425296bd6a4a0d56212fb93a318ac0 Mon Sep 17 00:00:00 2001 From: Big Flubba <69104450+BigFlubba@users.noreply.github.com> Date: Mon, 5 May 2025 12:53:18 -0500 Subject: [PATCH] Fix cutoff on mobile --- client-vue/src/assets/_mobile.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client-vue/src/assets/_mobile.scss b/client-vue/src/assets/_mobile.scss index 69617693..7073a5cc 100644 --- a/client-vue/src/assets/_mobile.scss +++ b/client-vue/src/assets/_mobile.scss @@ -182,7 +182,7 @@ .dashboard-stats { font-size: 0.8em; - padding-bottom: 10px; + padding-bottom: 25px; } .local-videos { @@ -210,4 +210,4 @@ } } -} \ No newline at end of file +}