fix(blur)

This commit is contained in:
JFH
2020-12-11 00:08:58 +01:00
parent 001ec4e3cf
commit bdb51c478c
3 changed files with 22 additions and 64 deletions

View File

@@ -705,14 +705,19 @@ input[type=text] {
#tools_bottom {
position: absolute;
bottom: 0;
left: 40px;
right: 20px;
display: flex;
flex-flow: row nowrap;
overflow-x: auto;
align-items: center;
justify-content: space-between;
right: 0;
bottom: 0;
height: 40px;
overflow: visible;
}
#tools_bottom * {
float: left;
}
#palette {
float: right;
}
.dropdown li.tool_button {