Add links widget to channel banner + tiny refactor

This commit is contained in:
syeopite
2021-04-16 01:13:58 -07:00
parent 710b269d30
commit 01e04340cd
6 changed files with 78 additions and 8 deletions

View File

@@ -11,3 +11,42 @@
background-repeat: no-repeat !important;
}
#link-holder {
display: flex;
background: rgba(0, 0, 0, 0.3);
align-self: flex-end;
margin: 15px;
padding: 12px;
}
@media screen and (max-width: 640px) {
#link-holder {
display: none;
}
}
#link-widget-primary {
margin-right: 1.5em;
}
.link-widget-link {
margin-right: 10px;
}
.link-widget-link:last-child {
margin-right: 0;
}
.link-widget-link img, #external-links img {
vertical-align: sub;
width: 20px;
height: 20px;
}
#link-widget-primary a {
color: white !important;
}
#link-widget-primary a:hover {
color: #e1e1e1 !important;
}