mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 03:18:07 +01:00
lmao flying comments
This commit is contained in:
parent
2be1641a89
commit
007d3707f4
1 changed files with 34 additions and 3 deletions
|
@ -146,7 +146,8 @@ a.avatar {
|
|||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.video-info-buttons.pill > div:nth-child(2) > .new-button, .button-encryption {
|
||||
.video-info-buttons.pill > div:nth-child(2) > .new-button,
|
||||
.button-encryption {
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
|
@ -632,7 +633,7 @@ a.new-button:hover {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.pwp > input[type="checkbox"]:checked ~ div,
|
||||
.pwp > .v:checked ~ div,
|
||||
.div_box:target {
|
||||
display: flex;
|
||||
margin-top: -51em;
|
||||
|
@ -659,7 +660,7 @@ a.new-button:hover {
|
|||
}
|
||||
|
||||
@media screen and (min-width: 1400px) {
|
||||
.pwp > input[type="checkbox"]:checked ~ div,
|
||||
.pwp > .v:checked ~ div,
|
||||
.div_box:target {
|
||||
display: flex;
|
||||
margin-top: -54em;
|
||||
|
@ -680,3 +681,33 @@ a.new-button:hover {
|
|||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.flying_cmnt {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.hj:checked ~ .flying_cmnt {
|
||||
display: grid;
|
||||
position: absolute;
|
||||
max-height: 72em;
|
||||
margin-top: -31em;
|
||||
margin-left: auto;
|
||||
width: 68em;
|
||||
margin-right: auto;
|
||||
white-space: -moz-pre-wrap !important;
|
||||
white-space: -pre-wrap;
|
||||
white-space: -o-pre-wrap;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
white-space: -webkit-pre-wrap;
|
||||
word-break: break-all;
|
||||
white-space: normal;
|
||||
max-width: 913px;
|
||||
}
|
||||
|
||||
marquee {
|
||||
margin-top: 19px;
|
||||
font-family: var(--text-font-primary);
|
||||
font-stretch: extra-expanded;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue