construct deletes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user