Skip to content

Commit

Permalink
Removed Old Status Panel Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
SynTexDZN committed Aug 4, 2023
1 parent cfde869 commit 224d226
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions device.html
Original file line number Diff line number Diff line change
Expand Up @@ -1787,16 +1787,6 @@ <h2 class="title-container">%device.general%</h2>
statusField.setAttribute('onclick', 'controlSwitch(this)');
}

if(counter > 1)
{
statusField.style.height = '100px';
}

if(i == counter - 1) // UGLY: Handle Statusfield Margin
{
statusField.style.setProperty('margin-bottom', '0', 'important');
}

if(type == 'dimmer' || type == 'blind')
{
const mouseDownHandler = function(e)
Expand Down

0 comments on commit 224d226

Please sign in to comment.