mirror of
https://github.com/vector-im/element-web.git
synced 2026-04-02 04:02:38 +02:00
mkdir apps/web/scripts
mv scripts/{cleanup.sh,ci_package.sh,copy-res.ts,deploy.py,package.sh} apps/web/scripts
And a couple of gitignore tweaks
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
8 lines
142 B
Plaintext
8 lines
142 B
Plaintext
.mx_JoinRuleDialog {
|
|
.mx_JoinRuleDialogButtons {
|
|
display: flex;
|
|
column-gap: 5px;
|
|
justify-content: center;
|
|
}
|
|
}
|