mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-14 17:28:43 +01:00
remove maximum line :^
This commit is contained in:
parent
c54d5c5ce9
commit
4bbbb14541
1 changed files with 1 additions and 4 deletions
|
@ -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 a new issue