Fix char management dropdown on rectangular avatars

This commit is contained in:
Cohee 2024-04-10 20:31:38 +03:00
parent b5d7d0a73f
commit a9a3d91e4f
2 changed files with 2 additions and 2 deletions

View File

@ -4216,7 +4216,7 @@
<div id="delete_button" class="menu_button fa-solid fa-skull " title="Delete Character" data-i18n="[title]Delete Character"></div>
</div>
<label class="flex1 height100p" for="char-management-dropdown">
<select id="char-management-dropdown">
<select id="char-management-dropdown" class="text_pole">
<option value="default" disabled selected data-i18n="More...">More...</option>
<option id="set_character_world" data-i18n="Link to World Info">
Link to World Info

View File

@ -2646,7 +2646,7 @@ input[type="range"]::-webkit-slider-thumb {
}
#char-management-dropdown {
height: 100%;
height: auto;
margin-bottom: 0;
}