Skip to content

Commit

Permalink
fix: styling error
Browse files Browse the repository at this point in the history
  • Loading branch information
yju0808 committed Mar 5, 2024
1 parent 207ebfa commit b59e575
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/Background.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ const backgroundIconItems = [
new BackgroundIconItem(Jabascript, true).setPositionRight(599.44, 154.77),
new BackgroundIconItem(InteliJ, true).setPositionLeft(332.42, 222.42),
new BackgroundIconItem(Unity, true).setPositionRight(278.62, 133.04),
new BackgroundIconItem(Discord, true).setPositionRight(868, 217),
// Opacity = False
new BackgroundIconItem(Discord, false).setPositionRight(868, 217),
new BackgroundIconItem(Gpt, false).setPositionLeft(1201, 35),
new BackgroundIconItem(Terminal, false).setPositionRight(1151, 0),
new BackgroundIconItem(Terminal, false).setPositionLeft(1201, 35),
new BackgroundIconItem(Gpt, false).setPositionRight(1151, 0),
new BackgroundIconItem(Notepad, false).setPositionRight(1680.36, 151.47),
new BackgroundIconItem(Xcode, false).setPositionLeft(2092, 211),
new BackgroundIconItem(Apple, false).setPositionRight(2200, 203.16)
Expand Down
1 change: 1 addition & 0 deletions src/components/Motive.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ div.motive {
flex-direction: column;
gap: 20px;
max-width: 340px;
z-index: 3;
h3 {
color: $color-text-100;
Expand Down

0 comments on commit b59e575

Please sign in to comment.