Added border and margins to player side panel

This commit is contained in:
2026-01-10 22:11:28 +01:00
parent f3347be39c
commit a1dfebf9b3

View File

@@ -1,4 +1,9 @@
#viewer{
display: flex;
flex-direction: row;
}
#sidePanel{
border: solid black 1px;
margin: 10px;
padding: 20px;
}