Skip to content

Commit

Permalink
Don't shrink settings side bar
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschwendener committed Feb 11, 2019
1 parent 82fbff0 commit b893585
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion styles/settings.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
:root {
--font-family-mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
--sidebar-width: 250px;
}

html {
Expand All @@ -16,11 +17,12 @@ html {
.settings__sidebar {
overflow-y: auto;
padding: 15px;
width: 250px;
}

.settings__setting {
overflow-y: auto;
flex-grow: 1;
width: 100%;
padding: 30px;
}

Expand Down

0 comments on commit b893585

Please sign in to comment.