Merge branch 'master' into issue-#609
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
--icon-bg-color: #72797A;
|
||||
--icon-bg-color-hover: #2B3C45;
|
||||
--input-color: #B2B2B2;
|
||||
--global-se-spin-input-width: 82px;
|
||||
}
|
||||
|
||||
.svg_editor * {
|
||||
@@ -314,9 +315,14 @@ hr {
|
||||
|
||||
#tools_bottom {
|
||||
grid-area: bottom;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
|
||||
#tools_bottom ::-webkit-scrollbar {
|
||||
width: 3px;
|
||||
}
|
||||
|
||||
#tools_bottom se-list {
|
||||
@@ -596,4 +602,6 @@ ul li.current {
|
||||
|
||||
.dropdown li.tool_button {
|
||||
width: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user