Update caret icons

This commit is contained in:
redphx
2024-05-12 08:28:22 +07:00
parent f06346457a
commit 30e2193fe7
4 changed files with 13 additions and 8 deletions

View File

@@ -36,7 +36,7 @@ export class GameBar {
const $gameBar = CE('div', {id: 'bx-game-bar', class: 'bx-gone', 'data-position': position},
$container = CE('div', {class: 'bx-game-bar-container bx-offscreen'}),
createSvgIcon(BxIcon.CARET_RIGHT),
createSvgIcon(position === 'bottom-left' ? BxIcon.CARET_RIGHT : BxIcon.CARET_LEFT),
);
this.actions = [