mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-13 18:36:25 +00:00
org-settings: Responsive UI for connected orgs in smaller window sizes.
Fixes: #456.
This commit is contained in:
committed by
Akash Nimare
parent
a1d19a385c
commit
a13558fa16
@@ -604,4 +604,20 @@ input.toggle-round:checked+label:after {
|
|||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
width: 40%;
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user