mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 01:27:59 +00:00
remove maximum line :^
This commit is contained in:
parent
c54d5c5ce9
commit
4bbbb14541
@ -51,14 +51,12 @@ a {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
max-width: max-content;
|
max-width: max-content;
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
-webkit-line-clamp: 1;
|
|
||||||
-webkit-box-orient: vertical;
|
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-sub-info.description {
|
.video-sub-info.description {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
margin-top: 9.5em !important;
|
margin-top: 1em !important;
|
||||||
border-radius: 21px;
|
border-radius: 21px;
|
||||||
background: #1c1c1c;
|
background: #1c1c1c;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@ -110,7 +108,6 @@ a {
|
|||||||
display: block;
|
display: block;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
justify-self: left;
|
justify-self: left;
|
||||||
position: absolute;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-info-pill-channelname {
|
.video-info-pill-channelname {
|
||||||
|
Loading…
Reference in New Issue
Block a user