move width specification of upload button to scss

This commit is contained in:
Hiroyasu Nishiyama
2020-10-08 09:07:11 +09:00
parent 516e6430eb
commit 96ab508c91
2 changed files with 5 additions and 2 deletions

View File

@@ -253,6 +253,9 @@ button.red-ui-palette-editor-upload-button {
min-width: 0;
padding: 2px 8px;
}
form {
width: 0;
}
}
.red-ui-palette-editor-upload {
display: none;
@@ -275,4 +278,4 @@ button.red-ui-palette-editor-upload-button {
button {
margin-left: 10px;
}
}
}