diff --git a/src/renderer/less/ameframework.less b/src/renderer/less/ameframework.less index de057c2f..fe69d570 100644 --- a/src/renderer/less/ameframework.less +++ b/src/renderer/less/ameframework.less @@ -239,6 +239,12 @@ input[type=range].md-slider::-webkit-slider-runnable-track { width: auto; } +@media only screen and (min-width: 1133px) and (max-width: 1233px) { + .row .col-auto { + display: none !important; + } +} + .col-1 { flex: 0 0 auto; width: 8.33333333%; diff --git a/src/renderer/less/bootstrap.less b/src/renderer/less/bootstrap.less index f420e5aa..c0c8bf72 100644 --- a/src/renderer/less/bootstrap.less +++ b/src/renderer/less/bootstrap.less @@ -2642,6 +2642,12 @@ fieldset:disabled .btn { width: auto; } +@media only screen and (min-width: 1133px) and (max-width: 1241px) { + .row .col-auto { + display: none !important; + } +} + .col-1 { flex : 0 0 auto; width: 8.33333333%; diff --git a/src/renderer/less/pages.less b/src/renderer/less/pages.less index f99df2e4..c5b015bc 100644 --- a/src/renderer/less/pages.less +++ b/src/renderer/less/pages.less @@ -1302,6 +1302,11 @@ align-items: center; float: right; } + @media only screen and (min-width: 1133px) and (max-width: 1277px) { + .social-btn { + display: none !important; + } + } .animated { width: 100%; diff --git a/src/renderer/style.css b/src/renderer/style.css index d96a3ec9..8fc64690 100644 --- a/src/renderer/style.css +++ b/src/renderer/style.css @@ -3160,6 +3160,11 @@ input[type=range].md-slider::-webkit-slider-runnable-track { flex: 0 0 auto; width: auto; } +@media only screen and (min-width: 1133px) and (max-width: 1233px) { + .row .col-auto { + display: none !important; + } +} .col-1 { flex: 0 0 auto; width: 8.33333333%; @@ -6007,6 +6012,11 @@ fieldset:disabled .btn { flex: 0 0 auto; width: auto; } +@media only screen and (min-width: 1133px) and (max-width: 1241px) { + .row .col-auto { + display: none !important; + } +} .col-1 { flex: 0 0 auto; width: 8.33333333%; @@ -14047,6 +14057,11 @@ input[type=checkbox][switch]:checked:active::before { align-items: center; float: right; } +@media only screen and (min-width: 1133px) and (max-width: 1277px) { + .artist-page .artist-header .social-btn { + display: none !important; + } +} .artist-page .artist-header .animated { width: 100%; height: 100%; @@ -16446,6 +16461,11 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb { align-items: center; float: right; } +@media only screen and (min-width: 1133px) and (max-width: 1277px) { + .social-btn { + display: none !important; + } +} .about-page .teamBtn { display: flex; align-items: center; diff --git a/src/renderer/style.less b/src/renderer/style.less index c5df9e8d..162261a5 100644 --- a/src/renderer/style.less +++ b/src/renderer/style.less @@ -1899,6 +1899,12 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb { float: right; } +@media only screen and (min-width: 1133px) and (max-width: 1277px) { + .social-btn { + display: none !important; + } +} + .about-page { .teamBtn { display: flex; diff --git a/src/web-remote/ciderframework.css b/src/web-remote/ciderframework.css index a84ea000..e96cceb5 100644 --- a/src/web-remote/ciderframework.css +++ b/src/web-remote/ciderframework.css @@ -279,6 +279,12 @@ 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; + } +} + .col-1 { flex: 0 0 auto; width: 8.33333333%;