mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 21:42:34 +00:00
frontend: set max width
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
body {
|
body {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
margin: 0;
|
margin: 0 auto;
|
||||||
|
max-width: 1200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ pub struct OidcConfig {
|
|||||||
pub client_id: ClientId,
|
pub client_id: ClientId,
|
||||||
pub client_secret: Option<ClientSecret>,
|
pub client_secret: Option<ClientSecret>,
|
||||||
pub scopes: Vec<Scope>,
|
pub scopes: Vec<Scope>,
|
||||||
|
#[serde(default)]
|
||||||
pub allow_sign_up: bool,
|
pub allow_sign_up: bool,
|
||||||
pub require_group: Option<String>,
|
pub require_group: Option<String>,
|
||||||
#[serde(default)]
|
#[serde(default)]
|
||||||
|
|||||||
Reference in New Issue
Block a user