Skip to content
Snippets Groups Projects

WIP: Minds Pro (stable branch)

Closed Emiliano Balbuena requested to merge minds-pro-stable into master
3 files
+ 30
8
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -101,9 +101,13 @@ m-pro--channel-list {
@@ -101,9 +101,13 @@ m-pro--channel-list {
grid-template-columns: 1fr;
grid-template-columns: 1fr;
& > li {
& > li {
width: 500px;
max-width: 500px;
justify-self: center;
justify-self: center;
 
&.m-proChannelListContentList__seeMore {
 
width: 500px;
 
}
 
minds-activity {
minds-activity {
min-width: 100%;
min-width: 100%;
}
}
@@ -113,7 +117,7 @@ m-pro--channel-list {
@@ -113,7 +117,7 @@ m-pro--channel-list {
&:not(.m-proChannelListContent__normalList) {
&:not(.m-proChannelListContent__normalList) {
& > li:nth-child(1), li:nth-child(2) {
& > li:nth-child(1), li:nth-child(2) {
& > video {
& > video {
width: 500px;
max-width: 500px;
//max-height: 250px;
//max-height: 250px;
}
}
}
}
@@ -167,6 +171,7 @@ m-pro--channel-list {
@@ -167,6 +171,7 @@ m-pro--channel-list {
& > video {
& > video {
width: 250px;
width: 250px;
 
max-width: 100%;
}
}
}
}
}
}
Loading