From 113736c063a69121eca0d0f577c7eb36b1fe32bd Mon Sep 17 00:00:00 2001 From: xesf Date: Sun, 30 Jul 2023 16:11:23 +0100 Subject: [PATCH] fix behaviour menu icons css --- CHANGELOG.md | 1 + src/ui/styles/behaviour.scss | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73f7c10b2..e00eef0bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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! diff --git a/src/ui/styles/behaviour.scss b/src/ui/styles/behaviour.scss index 544d5bffe..bf4d7cb7e 100644 --- a/src/ui/styles/behaviour.scss +++ b/src/ui/styles/behaviour.scss @@ -130,6 +130,7 @@ position: absolute; left: 545; img { + width: 20; margin-right: 26; } } @@ -139,6 +140,7 @@ left: 545; bottom: 0; img { + width: 37; margin-right: 10; } } @@ -194,6 +196,7 @@ display: flex; img { + width: 20; height: 20; margin-left: 15; &.life { @@ -207,12 +210,14 @@ &.life { margin-top: 15; img { + width: 20; margin-top: 5; } } &.magic { margin-top: 10; img { + width: 20; margin-top: 5; } }