mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: quickConnect flexbox alignment (#30)
Co-authored-by: lscambo13 <32175188+lscambo13@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user