Fix: quickConnect flexbox alignment (#30)
Co-authored-by: lscambo13 <32175188+lscambo13@users.noreply.github.com>
This commit is contained in:
parent
beda2d247c
commit
f9e957bd09
1 changed files with 7 additions and 0 deletions
|
|
@ -1466,6 +1466,13 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
#quickConnectPreferencesPage .padded-left.padded-right.padded-bottom-page {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#txtLoginDisclaimer{
|
||||
resize: none;
|
||||
}
|
||||
Loading…
Reference in a new issue