From ddc8756b54ad147452e2f89b127c218ab2f8b842 Mon Sep 17 00:00:00 2001 From: Andreas Marienborg Date: Wed, 24 Feb 2021 17:00:31 +0100 Subject: [PATCH 1/3] Add donation-info up top It's not perfect, but its an attempt at least. There are some small fixes to mobile screens as well. The biggest problem left on mobile is the calendar, not sure what the best plan is there :/ --- index.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/index.php b/index.php index 795828e..9c95d91 100755 --- a/index.php +++ b/index.php @@ -53,6 +53,17 @@ right: 0; top: 0; } + .donation-info { + border: 2px solid silver; + padding: 10px 18px; + max-width: min(100%, 240px); + float: right; + text-align: center; + margin: 0 auto; + } + iframe { + max-width: 100%; + } @@ -318,6 +329,9 @@ function initialize() display: inline-block; margin: 15px; } +.sponsorer img { + max-width: 100%; +}

Ohmify From 9d2602c198f4f11846ee6d167ea79f9b749750a6 Mon Sep 17 00:00:00 2001 From: Andreas Marienborg Date: Wed, 24 Feb 2021 17:03:31 +0100 Subject: [PATCH 2/3] More margin on the donation box --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 9c95d91..ba788ce 100755 --- a/index.php +++ b/index.php @@ -59,7 +59,7 @@ max-width: min(100%, 240px); float: right; text-align: center; - margin: 0 auto; + margin: 8px auto 16px; } iframe { max-width: 100%; From 0d9eb12e4c4b37524d1d2d92dbf6b75db2b6c9d3 Mon Sep 17 00:00:00 2001 From: Andreas Marienborg Date: Wed, 24 Feb 2021 17:08:56 +0100 Subject: [PATCH 3/3] Compact event-table a bit on small screens Shorten names and hours a bit --- index.php | 41 +++++++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 18 deletions(-) diff --git a/index.php b/index.php index ba788ce..9fa259b 100755 --- a/index.php +++ b/index.php @@ -64,6 +64,11 @@ iframe { max-width: 100%; } + @media (max-width: 600px) { + .hidden-xs { + display: none; + } + } @@ -259,42 +264,42 @@ function initialize() - - - - - - - - - - -
- Mandag - Tirsdag - Onsdag - Torsdag - Fredag - Lørdag - Søndag + Man + Tirs + Ons + Tors + Fre + Lør + Søn

12:00 +

12
Arbeidstid¹
13:00 + 13
14:00 + 14
15:00 + 15
16:00 + 16
17:00 + 17
18:00 + 18 Build
Night
19:00 + 19
20:00 + 20
21:00 + 21
22:00
⋮ +
22

Chat