Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
5ce7109026
2 changed files with 10 additions and 7 deletions
|
@ -449,19 +449,19 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.heart-unfilled {
|
.heart-unfilled {
|
||||||
background-image: url("assets/feather/heart.svg");
|
-webkit-mask-image: url("assets/feather/heart.svg");
|
||||||
height: 12px;
|
height: 12px;
|
||||||
width: 36px;
|
width: 12px;
|
||||||
filter: contrast(0);
|
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
background-color: #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.heart-filled {
|
.heart-filled {
|
||||||
background-image: url("assets/feather/heart-fill.svg");
|
-webkit-mask-image: url("assets/feather/heart-fill.svg");
|
||||||
height: 12px;
|
height: 12px;
|
||||||
width: 36px;
|
width: 12px;
|
||||||
filter: contrast(0);
|
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
background-color: #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.explicit-icon {
|
.explicit-icon {
|
||||||
|
@ -473,7 +473,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.heart-icon {
|
.heart-icon {
|
||||||
display: flex
|
display: flex;
|
||||||
|
position: absolute;
|
||||||
|
left: -25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* CSS.gg
|
/* CSS.gg
|
||||||
|
|
|
@ -542,6 +542,7 @@
|
||||||
overflow-y: overlay;
|
overflow-y: overlay;
|
||||||
overflow-x:hidden;
|
overflow-x:hidden;
|
||||||
padding: var(--contentInnerPadding);
|
padding: var(--contentInnerPadding);
|
||||||
|
padding-inline: 40px;
|
||||||
-webkit-mask-image: linear-gradient(180deg, transparent, white 20px);
|
-webkit-mask-image: linear-gradient(180deg, transparent, white 20px);
|
||||||
.well {
|
.well {
|
||||||
margin:0px;
|
margin:0px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue