Skip to content

Commit

Permalink
Issue #27: Add preview for videos on talks
Browse files Browse the repository at this point in the history
- Improving the MORE expand
  • Loading branch information
evalica committed Jan 27, 2019
1 parent 8842b5e commit f364aca
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
11 changes: 9 additions & 2 deletions dist/css/themes/default/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,10 @@ h2 {
background-color: var(--accent-bg-color);
}

.talks {
position: relative;
}

.promoted {
margin-bottom: 1rem;
}
Expand Down Expand Up @@ -809,13 +813,16 @@ h2 {
}

.more {
float: right;
font-size: .8em;
letter-spacing: 1px;
margin-top: -3em;
text-transform: uppercase;
position: absolute;
bottom: 3em;
cursor: pointer;
}
.more:hover {
color: var(--link-text-hover-color);
}
.more:after {
content: 'More \25BC';
}
Expand Down
Loading

0 comments on commit f364aca

Please sign in to comment.