diff --git a/Thermo.Active/wwwroot/assets/styles/base/dashboard.less b/Thermo.Active/wwwroot/assets/styles/base/dashboard.less index ed43eaa7..dd2347d1 100644 --- a/Thermo.Active/wwwroot/assets/styles/base/dashboard.less +++ b/Thermo.Active/wwwroot/assets/styles/base/dashboard.less @@ -336,14 +336,14 @@ } aside { - // margin-top: 10px; + margin-top: 5px; width : 641px; height : 100%; overflow-x: hidden; .component { - width : 621px; - height : 77px; + width : 621px; + height: 77px; } } @@ -372,12 +372,12 @@ flex-direction: column; .component { - margin-top : 0.5px; width : 478px; height : 60px; background-color: #e8e8e8; div { + flex-shrink: unset; button { border-color : black; @@ -404,7 +404,7 @@ justify-content : flex-end; div { - flex-shrink: 0; + flex-shrink : 0; margin : auto; padding : 0px 15px; width : unset; @@ -460,8 +460,8 @@ } button { - height : 10px; - width : 10px; + height : 20px; + width : 20px; background-color: black; } diff --git a/Thermo.Active/wwwroot/assets/styles/style.css b/Thermo.Active/wwwroot/assets/styles/style.css index 50879028..b2fb953f 100644 --- a/Thermo.Active/wwwroot/assets/styles/style.css +++ b/Thermo.Active/wwwroot/assets/styles/style.css @@ -4435,6 +4435,7 @@ color: #4b4b4b; } .dashboard section .specific:last-of-type aside { + margin-top: 5px; width: 641px; height: 100%; overflow-x: hidden; @@ -4467,11 +4468,13 @@ flex-direction: column; } .dashboard section .specific:last-of-type .component-info section section .component { - margin-top: 0.5px; width: 478px; height: 60px; background-color: #e8e8e8; } +.dashboard section .specific:last-of-type .component-info section section .component div { + flex-shrink: unset; +} .dashboard section .specific:last-of-type .component-info section section .component div button { border-color: black; width: 50PX; @@ -4536,8 +4539,8 @@ color: #4b4b4b; } .dashboard section .specific:last-of-type .component-info .component div button { - height: 10px; - width: 10px; + height: 20px; + width: 20px; background-color: black; } .dashboard section .specific:last-of-type .component-info .component span {