Replaced menu icon

This commit is contained in:
WBHarry 2025-08-18 16:31:52 +02:00
parent 4622d7ae51
commit 049bc27351
4 changed files with 52 additions and 1 deletions

View file

@ -23,4 +23,5 @@
@import './settings/homebrew-settings/domains.less';
@import './sidebar/tabs.less';
@import './sidebar/daggerheartMenu.less';

View file

@ -0,0 +1,8 @@
#interface #ui-right #sidebar {
menu li button {
img {
width: 22px;
max-width: unset;
}
}
}