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

more work on asset editors; document.title

This commit is contained in:
Steven Hugg
2019-03-20 14:10:50 -04:00
parent 22c2fb3c2f
commit f41d181aab
5 changed files with 160 additions and 61 deletions
+13
View File
@@ -472,3 +472,16 @@ div.asset_grid canvas {
padding: 0px;
border: 1px solid black;
}
div.asset_grid canvas:hover {
border: 1px solid white;
}
div.asset_dual {
display: flex;
align-items: center;
}
div.asset_editor {
border-radius:16px;
padding:16px;
margin:16px;
background-color:#999;
}