construct deletes

This commit is contained in:
ntr
2019-06-06 12:46:07 +10:00
parent 114ec98aba
commit 3fa24566cf
8 changed files with 63 additions and 8 deletions
+20
View File
@@ -368,6 +368,26 @@ header {
transition-timing-function: ease;
}
.menu-construct .controls {
display: flex;
}
.menu-construct .controls h2 {
flex: 1;
}
.menu-construct .controls button {
color: #444;
flex: 0;
margin: 0;
border: none;
padding: 0.25em;
}
.menu-construct .controls button:hover, .menu-construct .controls button:active {
color: whitesmoke;
}
.menu-construct .avatar {
background-size: contain;
background-repeat: no-repeat;