mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-22 05:34:04 +02:00
added favicons and youtube thumbnails
This commit is contained in:
parent
b65121148f
commit
aa283284fe
2 changed files with 65 additions and 12 deletions
|
@ -52,6 +52,10 @@ body,
|
|||
background-color: transparent;
|
||||
}
|
||||
|
||||
.os-scrollbar-horizontal{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.bg {
|
||||
width: 750px;
|
||||
height: 474px;
|
||||
|
@ -120,26 +124,37 @@ body,
|
|||
padding-bottom: 8px;
|
||||
padding-top: 14px;
|
||||
}
|
||||
|
||||
.favicon{
|
||||
width: 14px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.content {
|
||||
position: absolute;
|
||||
top: 53px;
|
||||
left: 284px;
|
||||
padding: 10px;
|
||||
padding: 8px;
|
||||
height: calc(100vh - 96px);
|
||||
padding-inline: 14px;
|
||||
font-family: SFMonoRegular !important;
|
||||
font-size: 12px;
|
||||
border-radius: 10px;
|
||||
width: calc(100vw - 286px);
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
|
||||
|
||||
div {
|
||||
border-radius: 10px;
|
||||
font-family: SFMonoRegular !important;
|
||||
}
|
||||
|
||||
.full-image{
|
||||
width: 100%;
|
||||
aspect-ratio: 16 / 9;
|
||||
object-fit: cover;
|
||||
object-position: center;
|
||||
}
|
||||
}
|
||||
|
||||
.bottom-bar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue