mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-01 03:29:12 +02:00
fix(albums): fixed albums, makers, collections css issue
This commit is contained in:
@@ -198,7 +198,7 @@
|
||||
}
|
||||
.maker-button {
|
||||
@media (max-width: @screen-xs-max) {
|
||||
text-align: left !important;
|
||||
text-align: center !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
}
|
||||
.album-button {
|
||||
@media (max-width: @screen-xs-max) {
|
||||
text-align: left !important;
|
||||
text-align: center !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -158,7 +158,7 @@
|
||||
}
|
||||
.collection-button {
|
||||
@media (max-width: @screen-xs-max) {
|
||||
text-align: left !important;
|
||||
text-align: center !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -67,7 +67,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<span class="width-160 sm-hide md-hide lg-hide" style="display: inline-block"> </span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user