commit
abc8a4decb
6 changed files with 49 additions and 0 deletions
|
@ -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%;
|
||||
|
|
6
src/renderer/less/bootstrap.less
vendored
6
src/renderer/less/bootstrap.less
vendored
|
@ -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%;
|
||||
|
|
|
@ -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%;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue