from  Improve the appearance of the ✅ dialog
Improve the appearance of Scrapbox Dialog
after:
- before
 - In the meantime, I’d like to do something about the bumps up and down.
- The input fields are directly in the input tag, and the buttons are in the Material-UI, so it would be good to align them with the latter.
- Input field Text Field React component - Material-UI
 
 
 - The input fields are directly in the input tag, and the buttons are in the Material-UI, so it would be good to align them with the latter.
 - Add background color to buttons
- variant=“contained” React Button component - Material-UI
 
 - I don’t need so much padding in the input field. css
 
.MuiOutlinedInput-input {
    padding: 9px;
}
- 
- I want to fix the label sticking out due to lack of margin. css
 
.dialog-inputs > div {
  margin-top: 7px;
}
- 
- What would happen with iPhone X size
 - Try adjusting the size
- Hmmm, personally I’d like to see this place aligned…
 
 - Improvements. - ✅Fix right gap in Scrapbox Dialog
 
This page is auto-translated from [/nishio/✅Scrapbox Dialogの見た目を改善する](https://scrapbox.io/nishio/✅Scrapbox Dialogの見た目を改善する) using DeepL. If you looks something interesting but the auto-translated English is not good enough to understand it, feel free to let me know at @nishio_en. I’m very happy to spread my thought to non-Japanese readers.