web: fix view width

This commit is contained in:
Thomas Mathews 2022-11-14 20:00:00 -08:00
parent afc8aeed56
commit e65f8fc755

View file

@ -172,7 +172,7 @@ button.nav {
flex-flow: row;
}
#view {
flex: auto;
flex-shrink: 0;
border-right: 1px solid var(--clrBorder);
width: 750px;
min-height: 100vh;