Skip to content

Commit

Permalink
talk hrs
Browse files Browse the repository at this point in the history
  • Loading branch information
EndangeredMassa committed Jan 15, 2024
1 parent c467f07 commit 21269b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 2 additions & 0 deletions app/components/youtube-link.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ function thumbnail(youtubeID) {
<div class="talk-date">{{@date}}</div>
</div>

<hr class="accent-rule">

<img src={{thumbnail @id}}>
</a>
</div>
Expand Down
11 changes: 7 additions & 4 deletions app/styles/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,16 @@ footer p a[href^="https://"]:after,
grid-column: 1 / 3;
display: grid;
grid-template-columns: 3fr 1fr;

/* color: #000; */
font-weight: bold;
/* padding: 4px; */
margin-bottom: 6px;
}

.link-list .header .talk-date {
justify-self: end;
}

/* cross-platform <hr> styling */
.accent-rule {
border-color: var(--accent);
background-color: var(--accent);
color: var(--accent);
}

0 comments on commit 21269b8

Please sign in to comment.