video handling, tweaks

This commit is contained in:
2024-02-19 17:12:43 +01:00
parent 73e4ea148c
commit 0cf9ddd7eb
3 changed files with 24 additions and 14 deletions
@@ -19,7 +19,7 @@ body {
transform: scale(var(--scale));
transform-origin: 0 0;
background-color: white;
background-color: black;
margin: 0;
padding: 0;
@@ -133,6 +133,7 @@ button.slide-button.next {
position: relative;
padding: 1rem 8rem;
height: calc(var(--height) / 4);
background-color: white;
overflow: auto;
}