Fix columns not working properly
This commit is contained in:
parent
98160a8023
commit
baa1f2a229
@ -65,3 +65,9 @@ aside.menu {
|
|||||||
.menu {
|
.menu {
|
||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 1023px),print {
|
||||||
|
.columns:not(.is-desktop) {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -109,9 +109,7 @@ pub async fn initialize(
|
|||||||
}
|
}
|
||||||
|
|
||||||
info!("Loading GB IP list");
|
info!("Loading GB IP list");
|
||||||
|
// todo
|
||||||
info!("Loaded {} IP ranges", lower_bounds.len());
|
|
||||||
|
|
||||||
info!("Done!");
|
info!("Done!");
|
||||||
|
|
||||||
let oauth2_client = BasicClient::new(
|
let oauth2_client = BasicClient::new(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user