mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 10:18:26 +01:00
whoa cool stuff and good stuff
This commit is contained in:
parent
c8ac2b0775
commit
bcf90297ae
1 changed files with 18 additions and 0 deletions
|
@ -276,6 +276,7 @@ body {
|
||||||
}
|
}
|
||||||
.pill-button {
|
.pill-button {
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
|
font-family: ubuntu, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vertical {
|
.vertical {
|
||||||
|
@ -1165,6 +1166,7 @@ a.icon-link > i {
|
||||||
color: #606060;
|
color: #606060;
|
||||||
column-gap: 8px;
|
column-gap: 8px;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
|
font-family: ubuntu;
|
||||||
}
|
}
|
||||||
|
|
||||||
.video > .info > .title {
|
.video > .info > .title {
|
||||||
|
@ -1553,6 +1555,7 @@ a.icon-link > i {
|
||||||
|
|
||||||
.recommended-list > .video > .info {
|
.recommended-list > .video > .info {
|
||||||
font-size: small;
|
font-size: small;
|
||||||
|
font-family: ubuntu, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.recommended-list > .video > .info > a {
|
.recommended-list > .video > .info > a {
|
||||||
|
@ -2092,6 +2095,7 @@ ptd-custom-more {
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
width: -moz-fit-content;
|
width: -moz-fit-content;
|
||||||
|
max-width: 150em !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2106,3 +2110,17 @@ div.new-button:hover {
|
||||||
a.new-button:hover {
|
a.new-button:hover {
|
||||||
background-color: #0008;
|
background-color: #0008;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.video-chnl-info-pill > a:first-child {
|
||||||
|
margin-right: -8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.video-info-buttons.pill > .engagement {
|
||||||
|
margin-right: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.video-info-buttons.pill > div:nth-child(2) > .new-button,
|
||||||
|
.button-encryption {
|
||||||
|
margin-right: 2px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue