Skip to content

Commit

Permalink
Fixed bad css bugs when running themify themese
Browse files Browse the repository at this point in the history
  • Loading branch information
LazeMSS committed Jan 18, 2021
1 parent 4b09669 commit 9039646
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions octoprint_uicustomizer/static/css/uicustomizer.css
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,8 @@
z-index: 1030;
}

.UICCol1 > div, .UICCol2 > div, .UICCol3 > div{
/*add margin in cols if not themed*/
html:not(.themeify) .UICCol1 > div, html:not(.themeify) .UICCol2 > div, html:not(.themeify) .UICCol3 > div{
margin-bottom: 5px;
}

Expand Down Expand Up @@ -321,8 +322,8 @@ body.UICPreviewON div.modal-backdrop.fade.in {
margin-top: -5px;
}

/* fix tabs bottom spacing*/
#tabs_content{
/* fix tabs bottom spacing if not running themeify*/
html:not(.themeify) #tabs_content{
margin-bottom: 2px !important;
}

Expand Down

0 comments on commit 9039646

Please sign in to comment.