Added stylesheet + arranged viewer and controls horizontally

This commit is contained in:
2026-01-10 22:04:47 +01:00
parent 05b86db63b
commit d0e28d0324
2 changed files with 5 additions and 0 deletions

4
style.css Normal file
View File

@@ -0,0 +1,4 @@
#viewer{
display: flex;
flex-direction: row;
}