From c0b76cdc799b63ed9edae64fb3c07a3effd5f7e1 Mon Sep 17 00:00:00 2001 From: "dhr. W" Date: Sun, 22 Jan 2023 17:11:49 +0100 Subject: [PATCH] Update app.css adding mobile support, so you can see the patches in a right format on your mobile as well. Only thing could be creating a new patch from a mobile device. This can be fixed on a later state. As having the ability to see the patches on your mobile is a really nice way already. :) --- css/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/app.css b/css/app.css index 8337037..a49c49e 100644 --- a/css/app.css +++ b/css/app.css @@ -41,6 +41,7 @@ h1 { .row-front-panel { width: 1700px; + width: 100%; /* find fix for mobile, when adding new patch */ } /* Center when larger than frontpanel image */