1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-21 21:16:51 +00:00

use flex for verilog scope layout

This commit is contained in:
Steven Hugg
2018-11-26 06:12:45 -05:00
parent 5d753892fa
commit d2237a3e30
5 changed files with 14 additions and 16 deletions
+2 -6
View File
@@ -226,16 +226,12 @@ div.emulator {
margin-top: 20px auto 0;
}
div.emuoverlay {
position:relative;
left:0;
top:0;
width:100%;
display:flex;
flex-direction:column;
height:100%;
pointer-events:none;
}
div.emuscope {
background-color: #333;
pointer-events:auto;
}
div.emuspacer {
width:100%;