Improve group dashboard for members without moderator rights

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-10-22 10:48:49 +02:00
parent e754e1172a
commit 2ce5f8e66c
7 changed files with 148 additions and 95 deletions

View File

@@ -37,6 +37,7 @@ section {
flex-direction: column;
margin-bottom: 2rem;
border: 2px solid $violet;
min-height: 30vh;
.create-slot {
display: flex;
@@ -48,6 +49,7 @@ section {
.main-slot {
min-height: 5rem;
padding: 5px;
flex: 1;
}
}