org-settings: Responsive UI for connected orgs in smaller window sizes.

Fixes: #456.
This commit is contained in:
Abhigyan Khaund
2018-03-26 21:09:52 +05:30
committed by Akash Nimare
parent a1d19a385c
commit a13558fa16

View File

@@ -604,4 +604,20 @@ input.toggle-round:checked+label:after {
margin-right: 2px;
width: 40%;
}
}
}
@media (max-width: 900px) {
.settings-card {
flex-direction: column;
align-items: center;
}
.server-info-right {
flex-direction: column;
align-items: center;
}
.action {
margin-top: 10px;
}
}