Skip to content

Commit

Permalink
style: 🎨 CSS Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Naibuu authored Oct 23, 2022
1 parent 62b1ce5 commit da16fb3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
Binary file modified src/assets/icons/pinned_servers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions src/components/Content/Patcher.vue
Original file line number Diff line number Diff line change
Expand Up @@ -555,9 +555,8 @@ export default {
grid-column-gap: 35px;
grid-row-gap: 30px;
justify-content: center;
overflow-y: scroll;
height: 425px;
padding: 25px;
margin-top: 15px;
margin-bottom: 75px;
}
.customization-container {
Expand Down
16 changes: 8 additions & 8 deletions src/components/Content/Play.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<div class="select-version-card-inner-container">
<div
class="select-version-card-inner-icon"
:style="`background: url('${availableVersion.frontbg}'); background-size: cover;`"
:style="`background: url('${availableVersion.foreground}'); background-size: cover;`"
></div>
<h3 class="select-version-card-title">
Version {{ availableVersion.version }}
Expand Down Expand Up @@ -81,37 +81,37 @@ export default {
{
version: '1.8.9',
background: 'https://i.imgur.com/LnH3eXS.png',
frontbg: 'https://i.imgur.com/0hmHVkF.png',
foreground: 'https://i.imgur.com/0hmHVkF.png',
},
{
version: '1.19.2',
background: 'https://i.imgur.com/ANRhYQm.png',
frontbg: 'https://i.imgur.com/fbPfBYF.png',
foreground: 'https://i.imgur.com/fbPfBYF.png',
},
{
version: '1.18.2',
background: 'https://i.imgur.com/mmqLgFc.png',
frontbg: 'https://i.imgur.com/RmyDXMu.png',
foreground: 'https://i.imgur.com/RmyDXMu.png',
},
{
version: '1.17.1',
background: 'https://i.imgur.com/iFgh5i5.png',
frontbg: 'https://i.imgur.com/XAO2Ukn.png',
foreground: 'https://i.imgur.com/XAO2Ukn.png',
},
{
version: '1.16.5',
background: 'https://i.imgur.com/UejXvJ3.png',
frontbg: 'https://i.imgur.com/kuiEjtB.png',
foreground: 'https://i.imgur.com/kuiEjtB.png',
},
{
version: '1.12.2',
background: 'https://i.imgur.com/MuhKNvq.png',
frontbg: 'https://i.imgur.com/tEJfw4V.png',
foreground: 'https://i.imgur.com/tEJfw4V.png',
},
{
version: '1.7.10',
background: 'https://i.imgur.com/0TBL35M.png',
frontbg: 'https://i.imgur.com/CarlaIS.png',
foreground: 'https://i.imgur.com/CarlaIS.png',
},
],
}),
Expand Down

0 comments on commit da16fb3

Please sign in to comment.