Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Remove dead CSS from SettingsPage.
Browse files Browse the repository at this point in the history
  • Loading branch information
sproxet committed Oct 14, 2019
1 parent a3ed6ea commit cb96d55
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions src/renderer/components/SettingsPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ export default {
}
.settings-page {
//padding: emRhythm(5);
box-sizing: border-box;
}
Expand All @@ -172,42 +171,16 @@ export default {
display: grid;
grid-template-columns: 35% auto;
grid-column-gap: emRhythm(9);
.field {
& + .field {
//margin-left: emRhythm(9);
}
/deep/ .control {
//padding: 0 emRhythm(2);
}
}
}
.interface .form {
//display: flex;
//justify-content: space-between;
//padding: 0 emRhythm(2) 0 0;
.language-settings {
//width: 30%;
/deep/ .control {
.control {
margin-left: emRhythm(-2);
}
}
}
.privacy .form {
//display: flex;
//justify-content: space-between;
//padding: 0 emRhythm(2) 0 0;
.connection-settings {
//width: 30%;
}
}
.close-dialog-button {
margin-top: 0.5em;
margin-right: 1em;
Expand Down

0 comments on commit cb96d55

Please sign in to comment.