mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 12:18:26 +01:00
Improvements owowowowowo
This commit is contained in:
parent
eae965842a
commit
2d446fe86c
1 changed files with 18 additions and 8 deletions
|
@ -43,13 +43,12 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-sub-info.description {
|
.video-sub-info.description {
|
||||||
font-weight: bold;
|
font-weight: 700;
|
||||||
margin-top: 8.5em !important;
|
margin-top: 8.5em !important;
|
||||||
border-radius: 21px;
|
border-radius: 21px;
|
||||||
background: #1c1c1c;
|
background: #1c1c1c;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
font-family: "Poketube flex";
|
|
||||||
font-stretch: expanded;
|
font-stretch: expanded;
|
||||||
justify-self: center;
|
justify-self: center;
|
||||||
width: 38em;
|
width: 38em;
|
||||||
|
@ -59,6 +58,13 @@ a {
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.video-sub-info.description > .video-title {
|
||||||
|
font-family: "PokeTube Flex";
|
||||||
|
font-weight: 1000;
|
||||||
|
font-stretch: extra-expanded;
|
||||||
|
font-size: larger;
|
||||||
|
}
|
||||||
|
|
||||||
.recommended-list {
|
.recommended-list {
|
||||||
background-color: #1c1c1c;
|
background-color: #1c1c1c;
|
||||||
border-radius: 25px;
|
border-radius: 25px;
|
||||||
|
@ -73,7 +79,7 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-views {
|
.video-views {
|
||||||
display:block ruby;
|
display: block ruby;
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-info-panel.gradient {
|
.video-info-panel.gradient {
|
||||||
|
@ -95,6 +101,9 @@ a {
|
||||||
.video-info-pill-channelname {
|
.video-info-pill-channelname {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
font-family: "PokeTube Flex";
|
||||||
|
font-weight: 1000;
|
||||||
|
font-stretch: ultra-expanded;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
|
@ -159,10 +168,11 @@ a {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
border-style: none;
|
border-style: none;
|
||||||
min-height: 34px;
|
min-height: 34px;
|
||||||
grid-area: buttons;
|
grid-area: buttons;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
column-gap: 8px; height: min-content;
|
column-gap: 8px;
|
||||||
|
height: min-content;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
@ -205,4 +215,4 @@ column-gap: 8px; height: min-content;
|
||||||
font-family: PokeTube Flex;
|
font-family: PokeTube Flex;
|
||||||
font-stretch: 100%;
|
font-stretch: 100%;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue