mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-26 04:38:56 +01:00
Improvements owowowowowo
This commit is contained in:
parent
bb79064b06
commit
5aae38e5d6
1 changed files with 20 additions and 2 deletions
|
@ -94,12 +94,30 @@ a {
|
|||
#8e6f7e 100%
|
||||
);
|
||||
display: block;
|
||||
width: 54em;
|
||||
width: 53em;
|
||||
margin: auto;
|
||||
justify-self: center;
|
||||
justify-self: left;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1400px) {
|
||||
.video-info-panel.gradient {
|
||||
padding: 12px;
|
||||
border-radius: 11px;
|
||||
background-image: linear-gradient(
|
||||
135deg,
|
||||
#f97794 10%,
|
||||
#623aa2 100%,
|
||||
#8e6f7e 100%
|
||||
);
|
||||
display: block;
|
||||
width: 63em;
|
||||
margin: auto;
|
||||
justify-self: left;
|
||||
position: absolute;
|
||||
}
|
||||
}
|
||||
|
||||
.video-info-pill-channelname {
|
||||
color: #fff;
|
||||
word-wrap: break-word;
|
||||
|
|
Loading…
Reference in a new issue