mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-22 05:34:04 +02:00
fix: youtube thumbnail having strange formats
This commit is contained in:
parent
14a13f44bb
commit
345f7e3f09
2 changed files with 30 additions and 33 deletions
|
@ -111,7 +111,7 @@ $mutedtext: #78756f;
|
|||
align-items: center;
|
||||
overflow: hidden;
|
||||
|
||||
&:not(:has(.full-image, .image)) {
|
||||
&:not(:has(.image)) {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
|
@ -119,23 +119,6 @@ $mutedtext: #78756f;
|
|||
font-family: CommitMono Nerd Font !important;
|
||||
}
|
||||
|
||||
.full-image {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: contain;
|
||||
object-position: center;
|
||||
}
|
||||
}
|
||||
|
||||
.image {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue