Compare commits
No commits in common. "6b493f11d7df84082b2a3173559ad8fad0b88a89" and "2c097ca41fd8410e0f0b657c566ad0ab666b485a" have entirely different histories.
6b493f11d7
...
2c097ca41f
|
|
@ -289,13 +289,6 @@ export default {
|
|||
};
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.header-gender .icon {
|
||||
width: 1.25rem;
|
||||
height: 1.25rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import 'theme';
|
||||
|
||||
|
|
@ -320,6 +313,11 @@ export default {
|
|||
display: inline-block;
|
||||
margin: 0 0 0 .5rem;
|
||||
transform: translate(0, .1rem);
|
||||
|
||||
.icon {
|
||||
width: 1.25rem;
|
||||
height: 1.25rem;
|
||||
}
|
||||
}
|
||||
|
||||
.header-social {
|
||||
|
|
@ -328,6 +326,13 @@ export default {
|
|||
margin: 0 1rem 0 0;
|
||||
}
|
||||
|
||||
.header-gender {
|
||||
.icon {
|
||||
width: 1.25rem;
|
||||
height: 1.25rem;
|
||||
}
|
||||
}
|
||||
|
||||
.actor-inner {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
|
|
@ -553,15 +558,9 @@ export default {
|
|||
@media(max-width: $breakpoint) {
|
||||
.profile {
|
||||
height: auto;
|
||||
max-height: none;
|
||||
flex-direction: column;
|
||||
padding: 0 0 .5rem 0;
|
||||
|
||||
&.with-avatar {
|
||||
height: auto;
|
||||
max-height: none;
|
||||
}
|
||||
|
||||
&:not(.expanded) .hideable {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,19 +23,16 @@ export default {
|
|||
.gender {
|
||||
&.female .icon {
|
||||
fill: $female;
|
||||
filter: drop-shadow(0 0 1px $shadow);
|
||||
}
|
||||
|
||||
&.male .icon {
|
||||
fill: $male;
|
||||
filter: drop-shadow(0 0 1px $shadow);
|
||||
}
|
||||
|
||||
&.transsexual .icon {
|
||||
fill: $text-contrast;
|
||||
filter: drop-shadow(1px 0 0 $female) drop-shadow(-1px 0 0 $female) drop-shadow(0 1px 0 $female) drop-shadow(0 -1px 0 $female)
|
||||
drop-shadow(1px 0 0 $male) drop-shadow(-1px 0 0 $male) drop-shadow(0 1px 0 $male) drop-shadow(0 -1px 0 $male)
|
||||
drop-shadow(0 0 1px $shadow)
|
||||
drop-shadow(1px 0 0 $male) drop-shadow(-1px 0 0 $male) drop-shadow(0 1px 0 $male) drop-shadow(0 -1px 0 $male);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.62.8",
|
||||
"version": "1.62.7",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.62.8",
|
||||
"version": "1.62.7",
|
||||
"description": "All the latest porn releases in one place",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue