Fix languages capitalization, add content padding bottom to drawer

This commit is contained in:
rijkvanzanten
2020-10-29 17:29:37 -04:00
parent fdb0572cd5
commit 1e6ade2413
2 changed files with 3 additions and 2 deletions

View File

@@ -197,8 +197,9 @@ body {
flex-grow: 1;
overflow: auto;
@include breakpoint(medium) {
@include breakpoint(small) {
--content-padding: 32px;
--content-padding-bottom: 132px;
}
}
}

View File

@@ -1049,7 +1049,7 @@
"company": "Company",
"title": "Title",
"timezone": "Timezone",
"language": "language",
"language": "Language",
"avatar": "Avatar",
"theme": "Theme",
"tfa_secret": "Two-Factor Authentication"