mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
Add Login Page LanguageDropdown CSS (#4767)
This commit is contained in:
parent
72d250d8c4
commit
aae7515339
1 changed files with 13 additions and 0 deletions
|
@ -265,3 +265,16 @@ limitations under the License.
|
||||||
margin: 3px;
|
margin: 3px;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_Login_language {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
min-width: 60%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_Login_language_div {
|
||||||
|
display: flex;
|
||||||
|
margin-top: 12px;
|
||||||
|
margin-bottom: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue