From 0da5490809b0d2cd7fd40b87c5cebde6c6b9e148 Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Sat, 8 Jul 2023 09:17:01 -0400 Subject: [PATCH] Make the calendar more mobile-friendly. (#3774) * Make the calendar more mobile-friendly. When looking at some of the analytics, it looks like this page is particularly not mobile friendly. That's because the Google calendar embedded on the bottom of the page is of fixed with 800x600, which doesn't work well on many mobile devices. What we do here is to see if a device has 767 or less pixels. If it does, then we just show the agenda, which fits in just 280 pixels. If we have more than that, we have room for the full monthly agenda, so we show the full thing. Signed-off-by: Chris Lalancette Co-authored-by: Tomoya Fujita --- source/The-ROS2-Project/Governance.rst | 35 +++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/source/The-ROS2-Project/Governance.rst b/source/The-ROS2-Project/Governance.rst index cab0167bdcc..7f106ea2444 100644 --- a/source/The-ROS2-Project/Governance.rst +++ b/source/The-ROS2-Project/Governance.rst @@ -333,8 +333,37 @@ It can be accessed via `iCal - - + + +
+
+ +
+
+
+
If you have an individual event or series of events that you'd like to post please contact info@openrobotics.org