fix arrows

This commit is contained in:
ntr
2019-06-10 14:06:35 +10:00
parent 166ecc19d5
commit e7f0c6f834
3 changed files with 10 additions and 5 deletions
+5 -1
View File
@@ -405,6 +405,10 @@ header {
justify-content: center;
}
.spawn-btn.menu-construct:hover {
border: 1px solid whitesmoke;
}
.spawn-btn input {
flex: 1 1 100%;
width: 100%;
@@ -430,7 +434,7 @@ header {
flex: 1;
}
.menu-intances .menu-construct {
.menu-instances .menu-construct {
flex: 1 0 33%;
}