make top panel more flexible

This commit is contained in:
JFH
2021-08-16 14:19:56 +02:00
parent 945569cfab
commit c3c8429312
4 changed files with 117 additions and 146 deletions

View File

@@ -359,10 +359,6 @@ hr {
float: left;
}
#multiselected_panel .selected_tool {
vertical-align: 12px;
}
#cur_context_panel {
position: absolute;
top: 57px;
@@ -386,11 +382,6 @@ hr {
text-decoration: underline;
}
.toolset {
display: flex;
flex-direction: row;
}
input[type=text] {
padding: 2px;
}