From a7547fca942708aee9889e0a8b5f7551c1590326 Mon Sep 17 00:00:00 2001 From: BluemediaGER Date: Sat, 15 Jan 2022 22:46:41 +0100 Subject: [PATCH] Fix width on mobile --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 0476b0f..3d90def 100644 --- a/src/App.vue +++ b/src/App.vue @@ -136,7 +136,7 @@ export default { padding-right: 15px; } .content-wrapper { - max-width: 100%; + width: 100%; } .refresh-settings { display: none;