Skip to content

Commit

Permalink
changed scaling and position of spool cards
Browse files Browse the repository at this point in the history
  • Loading branch information
MG-longshot committed Dec 15, 2024
1 parent c4a4e17 commit 610ef22
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/panels/AfcPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ export default class AfcPanel extends Mixins(BaseMixin) {
.spool-container {
display: flex;
float: left;
flex-wrap: wrap;
justify-content: space-evenly;
gap: 8px;
Expand All @@ -398,8 +397,8 @@ export default class AfcPanel extends Mixins(BaseMixin) {
padding-top: 0px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
flex: 1 1 calc(23% - 16px);
max-width: 120px;
min-width: 80px;
max-width: 180px;
min-width: 120px;
min-height: 117px;
position: relative;
transition: box-shadow 0.3s;
Expand Down

0 comments on commit 610ef22

Please sign in to comment.