fix palette

This commit is contained in:
JFH
2020-11-29 01:19:09 +01:00
parent a7766d0764
commit 8ab5d331c8
3 changed files with 32 additions and 8 deletions

View File

@@ -685,11 +685,13 @@ input[type=text] {
#tools_bottom {
position: fixed;
bottom: 0;
width: 100%;
height: 40px;
left: 40px;
right: 20px;
display: flex;
flex-flow: row nowrap;
overflow-x: auto;
align-items: center;
justify-content: space-between;
}
.dropdown li.tool_button {