Skip to content

Commit

Permalink
Adjust controls
Browse files Browse the repository at this point in the history
  • Loading branch information
acweathersby committed Oct 10, 2024
1 parent d221372 commit 734c0a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions site/assets/sass/lab.sass
Original file line number Diff line number Diff line change
Expand Up @@ -340,11 +340,14 @@

@include mobile-screens
flex-direction: column
justify-content: end
position: absolute
left: 15px
top: 400px
top: 0px
bottom: 0px
border-radius: 0
height: 500px
height: unset
padding-bottom: $footer-height


#controls
Expand All @@ -359,11 +362,12 @@
width: 250px
transition: color 200ms, background 200ms, opacity 100ms
z-index: 100
pointer-events: all

@include mobile-screens
flex-direction: column
width: 50px
height: 300px
height: 250px
border-radius: 5px

&.inactive
Expand Down
4 changes: 2 additions & 2 deletions site/assets/sass/layout_constants.sass
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$header-height: 60px
$footer-height: 60px
$header-height: 40px
$footer-height: 40px
$small-screen-width: 800px

@mixin mobile-screens
Expand Down

0 comments on commit 734c0a4

Please sign in to comment.