Skip to content

Commit

Permalink
go back to having a smaller sidebar
Browse files Browse the repository at this point in the history
Originally I made the sidebar a lot wider so the controls were full encapsulated in it, but actually that had a risk of overlapping the content. So I just pushed the controls fully outside the sidebar to make it not overlap in an odd way
  • Loading branch information
mansona committed Jul 22, 2024
1 parent e54c6c9 commit 12b2c2c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -385,11 +385,12 @@ body {

/* mainmatter specific stuff */
.reveal .controls {
color: black
color: black;
right: calc(30px + var(--r-controls-spacing));
}

.backgrounds .slide-background-content {
box-shadow: inset -120px 0 #6200ee;
box-shadow: inset -30px 0 #6200ee;
}

.blur-background .slide-background-content {
Expand Down

0 comments on commit 12b2c2c

Please sign in to comment.