fixed image display and changes to file icon

This commit is contained in:
pandadev 2024-07-17 00:29:12 +02:00
parent 4e2dcc9df3
commit fa7797cabf
No known key found for this signature in database
GPG key ID: C39629DACB8E762F
3 changed files with 46 additions and 23 deletions

View file

@ -52,7 +52,7 @@ body,
background-color: transparent;
}
.os-scrollbar-horizontal{
.os-scrollbar-horizontal {
display: none;
}
@ -102,10 +102,13 @@ body,
font-size: 14px;
align-items: center;
display: flex;
padding: 12px;
padding-left: 12px;
padding: 10px;
padding-inline: 10px;
letter-spacing: 0.5px;
gap: 16px;
overflow: hidden;
text-overflow: clip;
white-space: nowrap;
}
.result {
@ -116,7 +119,7 @@ body,
}
}
.time-separator{
.time-separator {
font-size: 12px;
color: $text2;
font-family: SFRoundedSemiBold;
@ -125,10 +128,18 @@ body,
padding-top: 14px;
}
.favicon{
width: 14px;
.favicon {
width: 20px;
}
.favicon-image{
width: 20px;
height: 20px;
}
.file{
margin-inline: 2px;
}
}
.content {
@ -143,18 +154,22 @@ body,
width: calc(100vw - 286px);
white-space: pre-wrap;
word-wrap: break-word;
div {
border-radius: 10px;
font-family: SFMonoRegular !important;
}
.full-image{
.full-image {
width: 100%;
aspect-ratio: 16 / 9;
object-fit: cover;
object-position: center;
}
.image {
width: 100%;
}
}
.bottom-bar {