fix(albums): fixed albums, makers, collections css issue

This commit is contained in:
OldHawk
2018-06-06 16:52:29 +08:00
parent ee74e79d5c
commit 0e460c52ed
5 changed files with 5 additions and 5 deletions

View File

@@ -198,7 +198,7 @@
}
.maker-button {
@media (max-width: @screen-xs-max) {
text-align: left !important;
text-align: center !important;
}
}
}

View File

@@ -97,7 +97,7 @@
}
.album-button {
@media (max-width: @screen-xs-max) {
text-align: left !important;
text-align: center !important;
}
}
}

View File

@@ -158,7 +158,7 @@
}
.collection-button {
@media (max-width: @screen-xs-max) {
text-align: left !important;
text-align: center !important;
}
}
}

View File

@@ -67,7 +67,7 @@
</li>
</ul>
</div>
<span class="width-160 sm-hide md-hide lg-hide" style="display: inline-block">&nbsp;</span>
</div>
</div>
</div>

View File

@@ -10,7 +10,7 @@
.width-140, .min-width-140, .btn-width-140 { min-width: 140px !important; }
.width-150, .min-width-150, .btn-width-150 { min-width: 150px !important; }
.width-160, .min-width-160, .btn-width-160 { min-width: 160px !important; }
.width-160, .min-width-170, .btn-width-170 { min-width: 170px !important; }
.width-170, .min-width-170, .btn-width-170 { min-width: 170px !important; }
.width-180, .min-width-180, .btn-width-180 { min-width: 180px !important; }
.width-200, .min-width-200, .btn-width-200 { min-width: 200px !important; }
.width-300, .min-width-300 { min-width: 300px !important; }