Fix i18n for server settings.

Start work on roles.
Add temporary age gate.
This commit is contained in:
Paul
2021-07-02 22:08:03 +01:00
parent 9e8dde8230
commit 030d743af9
6 changed files with 111 additions and 76 deletions

View File

@@ -78,16 +78,21 @@
}
.roles {
.overview {
height: 85vh; //TOFIX change later
display: flex;
.list {
overflow-y: scroll;
}
gap: 12px;
height: 100%;
display: flex;
.permissions {
overflow-y: scroll;
}
.list {
width: 160px;
overflow-y: scroll;
}
.permissions {
flex-grow: 1;
overflow-y: scroll;
}
h2 {
margin: 8px 0;
}
}