visual fixes, larger terminal
This commit is contained in:
parent
ca716e75c8
commit
85aefba422
2 changed files with 7 additions and 1 deletions
|
|
@ -1038,6 +1038,10 @@ table td.settings_logs_action a.disabled {
|
|||
.tab-pane {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
#mrbeam-tabs .tab-pane {
|
||||
min-height: 70vh;
|
||||
}
|
||||
.tempInput {
|
||||
width: 50px;
|
||||
}
|
||||
|
|
@ -1229,7 +1233,7 @@ ul.dropdown-menu li a {
|
|||
}
|
||||
/** Terminal output */
|
||||
#term #terminal-output {
|
||||
min-height: 340px;
|
||||
min-height: 70vh;
|
||||
}
|
||||
/** Settings dialog */
|
||||
/** Footer */
|
||||
|
|
|
|||
|
|
@ -10,6 +10,8 @@ table th.settings_plugin_svgtogcode_profiles_key,table td.settings_plugin_svgtog
|
|||
|
||||
#gcode_reference ul {
|
||||
margin-left: 0;
|
||||
max-height: 60vh;
|
||||
overflow: auto;
|
||||
}
|
||||
#gcode_reference ul li {
|
||||
list-style: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue