Fix settings dialog size (#1172)

* give an id to the settings dialog to grant higher priority to css rule to fix the max-width

* fix settings dialog height
This commit is contained in:
Alberto Iannaccone
2022-07-14 14:50:46 +02:00
committed by GitHub
parent a0038315da
commit fb690c97e8
2 changed files with 8 additions and 3 deletions

View File

@@ -1,6 +1,11 @@
.arduino-settings-dialog-container > .dialogBlock {
width: calc(100% - 96px);
#arduino-settings-dialog-container > .dialogBlock {
height: 531px;;
max-width: 740px !important;
width: calc(100% - 96px);
}
#arduino-settings-dialog-container > .dialogBlock > .dialogContent {
justify-content: flex-start;
}
.arduino-settings-dialog .content {