Disallow sending to rooms with insufficient powerlevel

Fixes #123
This commit is contained in:
Gero Gerke
2021-09-30 16:16:43 +02:00
parent 83c6914a50
commit ecc4a40eea
2 changed files with 14 additions and 0 deletions

View File

@@ -3,6 +3,12 @@
display: flex;
min-height: 48px;
&__disallowed {
color: var(--tc-surface-low);
flex: 1;
text-align: center;
}
&__space {
min-width: 0;
align-self: center;