Allow creating knock rooms (#11182)

Signed-off-by: Charly Nguyen <charly.nguyen@nordeck.net>
This commit is contained in:
Charly Nguyen
2023-07-10 10:01:03 +02:00
committed by GitHub
parent 01bd80fe59
commit fd749172e1
13 changed files with 197 additions and 3 deletions

View File

@@ -44,6 +44,10 @@ limitations under the License.
mask-position: center;
background-color: $secondary-content;
}
&.mx_JoinRuleDropdown_knock::before {
content: normal;
}
}
}
@@ -63,4 +67,11 @@ limitations under the License.
mask-image: url("$(res)/img/element-icons/group-members.svg");
mask-size: contain;
}
.mx_JoinRuleDropdown_icon {
color: $secondary-content;
position: absolute;
left: 6px;
top: 8px;
}
}