diff --git a/reminder-dashboard/src/components/Sidebar/styles.scss b/reminder-dashboard/src/components/Sidebar/styles.scss index f216a5a..c55f55e 100644 --- a/reminder-dashboard/src/components/Sidebar/styles.scss +++ b/reminder-dashboard/src/components/Sidebar/styles.scss @@ -65,3 +65,9 @@ aside.menu { .menu { padding-left: 4px; } + +@media screen and (max-width: 1023px),print { + .columns:not(.is-desktop) { + flex-direction: column; + } +} diff --git a/src/web/mod.rs b/src/web/mod.rs index 225711e..0d2aed8 100644 --- a/src/web/mod.rs +++ b/src/web/mod.rs @@ -109,9 +109,7 @@ pub async fn initialize( } info!("Loading GB IP list"); - - info!("Loaded {} IP ranges", lower_bounds.len()); - + // todo info!("Done!"); let oauth2_client = BasicClient::new(