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

top bar has flexbox

This commit is contained in:
Steven Hugg
2019-05-22 09:32:29 -04:00
parent fb3d3430da
commit ff9764b86b
2 changed files with 7 additions and 6 deletions
+4 -3
View File
@@ -49,11 +49,12 @@
background-color:#000066;
}
#controls_top {
position: absolute;
padding: 0.5em;
position:absolute;
padding:0.5em;
height:3em;
width:100%;
background-color:#999;
display:flex;
}
#notebook {
position:absolute;
@@ -111,7 +112,7 @@ div.mem_info a.selected {
text-align:right;
}
.btn_group {
border-radius:6px;
border-radius:8px;
padding:8px;
margin-left:8px;
background-color: #666;