Skip to content

Commit

Permalink
comparison background pic gaps fix
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Sep 9, 2023
1 parent 9a6fd53 commit 206550f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/extras/heropicture.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
:class="classForIndex(index)"
:style="`background-image:linear-gradient(to right bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2)),url(https://osu-energy-images.s3-us-west-2.amazonaws.com/thumbnails/${media}); width:calc(${
100 / 2
}%); height:200px`"
}% + 19.5px); height:200px`"
:key="media + 2"
></div>
<div
Expand All @@ -24,7 +24,7 @@
:class="classForIndex(index)"
:style="`background-image:linear-gradient(to right bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2)),url(https://osu-energy-images.s3-us-west-2.amazonaws.com/thumbnails/${media}); width:calc(${
100 / 3
}%); height:200px`"
}% + 26px); height:200px`"
:key="media + 3"
></div>
<div
Expand All @@ -33,7 +33,7 @@
:class="classForIndex(index)"
:style="`background-image:linear-gradient(to right bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2)),url(https://osu-energy-images.s3-us-west-2.amazonaws.com/thumbnails/${media}); width:calc(${
100 / 4
}%); height:200px`"
}% + 29px); height:200px`"
:key="media + 4"
></div>
<div class="title">{{ name }}</div>
Expand Down Expand Up @@ -101,6 +101,7 @@ export default {
background-repeat: no-repeat;
white-space: nowrap;
overflow: hidden;
background-color: rgba(0, 0, 0, 0.3);
}
.title {
font-family: 'StratumNo2';
Expand Down

0 comments on commit 206550f

Please sign in to comment.