mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 14:28:31 +01:00
fixu css
This commit is contained in:
parent
c4c3457c09
commit
125f59ad5f
1 changed files with 19 additions and 0 deletions
|
@ -118,6 +118,25 @@ a {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 1200px) {
|
||||||
|
.video-info-panel.gradient {
|
||||||
|
padding: 12px;
|
||||||
|
border-radius: 11px;
|
||||||
|
background-image: linear-gradient(
|
||||||
|
135deg,
|
||||||
|
#f97794 10%,
|
||||||
|
#623aa2 100%,
|
||||||
|
#8e6f7e 100%
|
||||||
|
);
|
||||||
|
display: block;
|
||||||
|
width: 48em;
|
||||||
|
margin: auto;
|
||||||
|
justify-self: left;
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.video-info-pill-channelname {
|
.video-info-pill-channelname {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
|
Loading…
Reference in a new issue