Fix columns not working properly

This commit is contained in:
jude 2025-03-08 17:55:50 +00:00
parent 98160a8023
commit baa1f2a229
2 changed files with 7 additions and 3 deletions

View File

@ -65,3 +65,9 @@ aside.menu {
.menu {
padding-left: 4px;
}
@media screen and (max-width: 1023px),print {
.columns:not(.is-desktop) {
flex-direction: column;
}
}

View File

@ -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(