mirror of
https://github.com/CTalvio/Ultrachromic
synced 2026-01-15 13:52:53 -03:00
added fix to ep_compactlist
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
.secondary.listItem-overview.listItemBodyText {
|
.secondary.listItem-overview.listItemBodyText {
|
||||||
height: 61px;
|
height: unset !important;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.listItemImageButton {
|
.listItemImageButton {
|
||||||
@@ -15,20 +15,20 @@
|
|||||||
}
|
}
|
||||||
@media all and (min-width: 100em){
|
@media all and (min-width: 100em){
|
||||||
.listItemImage.listItemImage-large.itemAction.lazy {
|
.listItemImage.listItemImage-large.itemAction.lazy {
|
||||||
height: 110px;
|
height: 160px !important;
|
||||||
}
|
}
|
||||||
.listItem-content {
|
.listItem-content {
|
||||||
height: 115px;
|
height: unset !important;
|
||||||
}
|
}
|
||||||
.secondary.listItem-overview.listItemBodyText {
|
.secondary.listItem-overview.listItemBodyText {
|
||||||
height: 4em;
|
height: unset !important;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media all and (max-width: 100em){
|
@media all and (max-width: 100em){
|
||||||
.listItemImage.listItemImage-large.itemAction.lazy {height: 80px;}
|
.listItemImage.listItemImage-large.itemAction.lazy {height: 160px !important;}
|
||||||
.listItem-content {height: 85px;}
|
.listItem-content {height: unset !important;}
|
||||||
.secondary.listItem-overview.listItemBodyText {height: 2.5em; margin: 0;}
|
.secondary.listItem-overview.listItemBodyText {height: unset !important; margin: 0;}
|
||||||
}
|
}
|
||||||
|
|
||||||
.missingIndicator, .unairedIndicator {
|
.missingIndicator, .unairedIndicator {
|
||||||
|
|||||||
Reference in New Issue
Block a user