diff --git a/src/renderer/less/ameframework.less b/src/renderer/less/ameframework.less index fe69d570..085aa08e 100644 --- a/src/renderer/less/ameframework.less +++ b/src/renderer/less/ameframework.less @@ -240,8 +240,10 @@ input[type=range].md-slider::-webkit-slider-runnable-track { } @media only screen and (min-width: 1133px) and (max-width: 1233px) { - .row .col-auto { - display: none !important; + .about-page { + .row .col-auto { + display: none !important; + } } } diff --git a/src/renderer/less/bootstrap.less b/src/renderer/less/bootstrap.less index c0c8bf72..8fe8cd27 100644 --- a/src/renderer/less/bootstrap.less +++ b/src/renderer/less/bootstrap.less @@ -2642,9 +2642,11 @@ fieldset:disabled .btn { width: auto; } -@media only screen and (min-width: 1133px) and (max-width: 1241px) { - .row .col-auto { - display: none !important; +@media only screen and (min-width: 1133px) and (max-width: 1233px) { + .about-page { + .row .col-auto { + display: none !important; + } } } diff --git a/src/renderer/less/pages.less b/src/renderer/less/pages.less index c5b015bc..ebe641f8 100644 --- a/src/renderer/less/pages.less +++ b/src/renderer/less/pages.less @@ -1303,8 +1303,10 @@ float: right; } @media only screen and (min-width: 1133px) and (max-width: 1277px) { - .social-btn { - display: none !important; + .about-page { + .social-btn { + display: none !important; + } } } diff --git a/src/renderer/style.less b/src/renderer/style.less index 162261a5..eb0a5ce9 100644 --- a/src/renderer/style.less +++ b/src/renderer/style.less @@ -1900,8 +1900,10 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb { } @media only screen and (min-width: 1133px) and (max-width: 1277px) { - .social-btn { - display: none !important; + .about-page { + .social-btn { + display: none !important; + } } } diff --git a/src/web-remote/ciderframework.css b/src/web-remote/ciderframework.css index e96cceb5..64bde4ef 100644 --- a/src/web-remote/ciderframework.css +++ b/src/web-remote/ciderframework.css @@ -279,9 +279,11 @@ input[type=range].md-slider::-webkit-slider-runnable-track { width: auto; } -@media only screen and (min-width: 1133px) and (max-width: 1241px) { - .row .col-auto { - display: none !important; +@media only screen and (min-width: 1133px) and (max-width: 1233px) { + .about-page { + .row .col-auto { + display: none !important; + } } }