mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 03:14:40 -05:00
fixes :3
This commit is contained in:
parent
672762a60d
commit
cc0d25a89d
1 changed files with 4 additions and 6 deletions
|
@ -77,6 +77,8 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-sub-info.description {
|
.video-sub-info.description {
|
||||||
|
box-sizing:border-box;
|
||||||
|
min-width:100%;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
margin-top: 1em !important;
|
margin-top: 1em !important;
|
||||||
border-radius: 21px;
|
border-radius: 21px;
|
||||||
|
@ -85,13 +87,9 @@ a {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
font-stretch: expanded;
|
font-stretch: expanded;
|
||||||
justify-self: center;
|
justify-self: center;
|
||||||
width: 39em;
|
|
||||||
font-family: var(--text-font-primary);
|
font-family: var(--text-font-primary);
|
||||||
border: var(--div-border-color);
|
border: var(--div-border-color);
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
position: static;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-sub-info.description > .video-title {
|
.video-sub-info.description > .video-title {
|
||||||
|
@ -127,8 +125,8 @@ a {
|
||||||
background-image: var(--div-gradient);
|
background-image: var(--div-gradient);
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0px 0 0px -3px;
|
margin: 0px 0 0px -3px;
|
||||||
justify-self: left;
|
box-sizing:border-box;
|
||||||
width: auto;
|
min-width:100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-info-pill-channelname {
|
.video-info-pill-channelname {
|
||||||
|
|
Loading…
Reference in a new issue