Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfish-shogi committed Oct 20, 2024
1 parent 9412393 commit 820116d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/renderer/view/dialog/USIEngineMergeDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -178,17 +178,20 @@ const cancel = () => {
</script>

<style scoped>
.select-area {
.form-group {
width: 600px;
}
.select-area {
width: 100%;
}
.option-area {
width: 600px;
width: 100%;
height: calc(100vh - 250px);
overflow: auto;
}
.engine-column {
padding: 0px 5px;
width: 300px;
width: 50%;
}
.option {
padding: 5px 0px;
Expand Down

0 comments on commit 820116d

Please sign in to comment.