Skip to content

Commit

Permalink
Tweak padding to avoid unnecessary scrollbar in overlay view mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Sep 29, 2023
1 parent 45a1890 commit 9ed3be1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/plugins/controlbox/styles/_controlbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
left: 0;
text-align: left;
overflow-x: hidden;
padding: 0 0 1em 0;
padding: 0;

.controlbox-padded {
padding-left: 1em;
Expand All @@ -288,7 +288,7 @@

.switch-form {
text-align: center;
padding: 2em 0;
padding: 1em 0;
}
dd {
margin-left: 0;
Expand Down Expand Up @@ -523,6 +523,7 @@
}
.controlbox-panes {
padding-top: 2em;
padding-bottom: 1em;
}
}
}
Expand Down

0 comments on commit 9ed3be1

Please sign in to comment.