remove padding from container in watch view so that image can go right to edge. Add 1px padding to sidebar for better visual separation.

This commit is contained in:
Isaac Connor 2021-12-15 14:49:40 -05:00
parent f1db88510e
commit 8215b04fb0
1 changed files with 6 additions and 0 deletions

View File

@ -1,8 +1,14 @@
#header {
}
.container-fluid {
padding-left: 0;
padding-right: 0;
}
#sidebar {
min-width: 140px;
padding-right: 1px;
}
#menuControls {