[IMP] playground: remove explicit template keys

This commit is contained in:
Géry Debongnie
2019-05-14 15:58:30 +02:00
parent 361ecbe90b
commit c836cead58
4 changed files with 38 additions and 66 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ body {
display: grid;
height: 100%;
width: 100%;
grid-template-columns: auto 6px 100%;
grid-template-columns: auto 8px 100%;
}
/* LEFT BAR ****************************************/