#43 With a small window, the look of the top toolbar is broken

This commit is contained in:
Agriya Dev5
2021-01-20 15:27:54 +05:30
parent 12a26edc2d
commit aaf670a9e3
5 changed files with 8 additions and 10 deletions

View File

@@ -306,7 +306,7 @@ hr {
#tools_top {
position: absolute;
left: 108px;
left: 105px;
top: 2px;
min-height: 40px;
border-bottom: none;
@@ -318,15 +318,15 @@ hr {
margin-top: 5px;
}
#tools_top > div > * {
#tools_top > div > div, #tools_top > div > se-button, #tools_top > div > se-spin-input, #tools_top > div > label, #tools_top > div > se-list , #tools_top > div > se-button {
float: left;
margin-right: 2px;
margin-right: 1px;
}
#tools_top se-input {
margin-top: 6px;
height: 15px;
}
#tools_top se-spin-input {
#tools_top se-spin-input, #tools_top se-list {
margin-top: 5px;
height: 15px;
}
@@ -432,7 +432,7 @@ hr {
}
div.toolset,
div.toolset > * {
div.toolset > div, div.toolset > se-button, div.toolset > se-input, div.toolset > se-spin-input, div.toolset > se-list {
float: left;
}