Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Commit

Permalink
org-settings: Responsive UI for connected orgs in smaller window sizes.
Browse files Browse the repository at this point in the history
Fixes: #456.
  • Loading branch information
abhigyank authored and akashnimare committed Mar 26, 2018
1 parent a1d19a3 commit a13558f
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion app/renderer/css/preference.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

0 comments on commit a13558f

Please sign in to comment.