Fixes after refactoring
This commit is contained in:
parent
9492ed58c7
commit
ec79a33eab
11 changed files with 29 additions and 15 deletions
|
|
@ -104,7 +104,7 @@
|
|||
/* full bleed */
|
||||
padding: 0 0 0 0;
|
||||
border-radius: 0 !important;
|
||||
.v-image, video {
|
||||
.v-img, video {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
}
|
||||
|
|
@ -126,7 +126,7 @@
|
|||
}
|
||||
|
||||
/* Make all images 'cover' */
|
||||
.v-image__image {
|
||||
.v-img__image {
|
||||
background-size: cover;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -575,12 +575,13 @@ body {
|
|||
}
|
||||
.bubble.image-bubble {
|
||||
padding: 0px;
|
||||
overflow: hidden;
|
||||
display: inline-block;
|
||||
width: 70%;
|
||||
max-width: 70%;
|
||||
cursor: pointer;
|
||||
|
||||
.v-image,
|
||||
.v-img,
|
||||
video {
|
||||
border-radius: 10px 10px 0 10px;
|
||||
[dir="rtl"] & {
|
||||
|
|
@ -1618,3 +1619,16 @@ body {
|
|||
color: #1d1d1d;
|
||||
}
|
||||
}
|
||||
|
||||
.c2pa-badge {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
overflow: hidden;
|
||||
.v-icon {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
|
@ -173,7 +173,7 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
.v-image {
|
||||
.v-img {
|
||||
flex: 0 0 14px;
|
||||
width: 14px;
|
||||
height: 10px;
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ $small-button-height: 36px;
|
|||
}
|
||||
border-radius: 19px;
|
||||
overflow: hidden;
|
||||
.v-image {
|
||||
.v-img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
|
|
@ -145,7 +145,7 @@ $small-button-height: 36px;
|
|||
&.noborder {
|
||||
border: 2px solid transparent;
|
||||
}
|
||||
.v-image {
|
||||
.v-img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
|
|
@ -254,7 +254,7 @@ $small-button-height: 36px;
|
|||
position: absolute;
|
||||
overflow: hidden;
|
||||
opacity: 0;
|
||||
.v-image {
|
||||
.v-img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
|
|
@ -296,7 +296,7 @@ $small-button-height: 36px;
|
|||
background: linear-gradient(0deg, #26242b 0%, #26242b 100%), #fff;
|
||||
position: relative;
|
||||
padding: 8px;
|
||||
.v-image {
|
||||
.v-img {
|
||||
width: $min-touch-target;
|
||||
height: $min-touch-target;
|
||||
border-radius: 8px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue