7
mirror of https://github.com/EEVengers/ThunderScope.git synced 2025-04-22 17:43:44 +00:00

grid fine tuning

This commit is contained in:
Jason Bonnell 2021-03-22 16:33:56 -04:00
parent 443ebb65f5
commit 2ad3751d20
2 changed files with 3 additions and 2 deletions
Software/waveview/src/css

View File

@ -10,4 +10,5 @@
height: 2vh;
color: white;
background: #4b4b4b;
z-index: 15;
}

View File

@ -4,8 +4,8 @@
flex-direction: row;
top: 0;
left: 0;
width: 85vw;;
height: 98vh;
width: 87.1vw;
height: 99vh;
background: #818181;
z-index: 10;
}