mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Add links widget to channel banner + tiny refactor
This commit is contained in:
parent
0d19937dac
commit
ab69c9ab35
6 changed files with 78 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue