Skip to content

Commit

Permalink
fix behaviour menu icons css
Browse files Browse the repository at this point in the history
  • Loading branch information
xesf committed Jul 30, 2023
1 parent 8da8ba1 commit 113736c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ _2023_

- LBA1 Climbing Ladders
- Extra bonus speed
- Behavioiur Menu Icons CSS


## [v0.6.0](https://github.com/LBALab/lba2remake/compare/v0.5.0...v0.5.1) Big update!
Expand Down
5 changes: 5 additions & 0 deletions src/ui/styles/behaviour.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
position: absolute;
left: 545;
img {
width: 20;
margin-right: 26;
}
}
Expand All @@ -139,6 +140,7 @@
left: 545;
bottom: 0;
img {
width: 37;
margin-right: 10;
}
}
Expand Down Expand Up @@ -194,6 +196,7 @@
display: flex;

img {
width: 20;
height: 20;
margin-left: 15;
&.life {
Expand All @@ -207,12 +210,14 @@
&.life {
margin-top: 15;
img {
width: 20;
margin-top: 5;
}
}
&.magic {
margin-top: 10;
img {
width: 20;
margin-top: 5;
}
}
Expand Down

0 comments on commit 113736c

Please sign in to comment.