improved image viewer and some css
All checks were successful
Run Integration Tests / test (push) Successful in 29s
All checks were successful
Run Integration Tests / test (push) Successful in 29s
This commit is contained in:
parent
7cd5e80468
commit
5fdbe231d1
7 changed files with 120 additions and 134 deletions
|
@ -303,6 +303,7 @@ html {
|
|||
}
|
||||
|
||||
.btn-nostyle {
|
||||
font-family: 'Inter', Arial, Helvetica, sans-serif !important;
|
||||
background-color: inherit;
|
||||
border: none;
|
||||
padding: 0px;
|
||||
|
@ -383,10 +384,11 @@ hr {
|
|||
.results .video_title {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.video_title {
|
||||
font-size: 16px;
|
||||
}
|
||||
/*
|
||||
this is so stupid, separate css into general style and per result page css style to avoid this
|
||||
.video_title h3 {
|
||||
margin-top: 0px !important;
|
||||
} */
|
||||
|
||||
.video_title a {
|
||||
color: var(--link);
|
||||
|
@ -406,6 +408,7 @@ hr {
|
|||
width: 254px;
|
||||
height: 143px;
|
||||
object-fit: cover;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.video__img__results {
|
||||
|
@ -436,13 +439,19 @@ hr {
|
|||
.duration {
|
||||
position: absolute;
|
||||
color: #fff;
|
||||
font-size: 11px;
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
padding: .5em;
|
||||
background: rgba(0, 0, 0, .5);
|
||||
right: 0;
|
||||
background: rgba(0, 0, 0, 0.8);
|
||||
color: white;
|
||||
padding: 4px 8px;
|
||||
margin-top: -28px !important;
|
||||
line-height: 1.3;
|
||||
letter-spacing: -0.4px;
|
||||
bottom: 2px;
|
||||
right: 2px;
|
||||
border-radius: 3px;
|
||||
backdrop-filter: blur(2px);
|
||||
}
|
||||
|
||||
.pipe {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue