Skip to content

Commit

Permalink
Merge pull request #201 from LazeMSS/develop
Browse files Browse the repository at this point in the history
0.1.7.0
  • Loading branch information
LazeMSS authored Sep 20, 2021
2 parents 8d97a28 + 84bec99 commit 63c2882
Show file tree
Hide file tree
Showing 4 changed files with 344 additions and 214 deletions.
8 changes: 4 additions & 4 deletions octoprint_uicustomizer/static/css/uicustomizer.css
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@
body.UICResponsiveMode #files .gcode_files .scroll-wrapper.UICFullHeight{
height: 100%;
max-height: 75vh;
resize: vertical;
}
}

Expand Down Expand Up @@ -286,6 +285,9 @@
/* ------------------------- small temp tables end -------------------------*/
}

.UICvertResize{
resize: vertical;
}

/* fix navbar icon wraps */
div.UICMainMenu ul.nav{
Expand Down Expand Up @@ -422,7 +424,6 @@ html:not(.themeify) #tabs_content{
height: 100%;
max-height: 80vh;
min-height: 70px;
resize: vertical;
}

/* search in settings fix*/
Expand Down Expand Up @@ -1320,9 +1321,8 @@ html.themeify #UICsetMenuShow{
}


#term .terminal pre.UICResizeAble{
#term .terminal pre.UICvertResize{
height: 600px;
resize: vertical;
max-height: inherit;
}

Expand Down
Loading

0 comments on commit 63c2882

Please sign in to comment.