Skip to content

Commit

Permalink
Disable second line in loot/party UI
Browse files Browse the repository at this point in the history
  • Loading branch information
IGPenguin committed Nov 22, 2024
1 parent e641747 commit f22c98c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ layout: default
padding-top:6px;
background-color:#202020;">

<div class="toolbar" id = "id_player_info" style="padding-bottom:8px; padding-top:8px">
<div class="toolbar" id = "id_player_info" style="padding-bottom:8px; padding-top:8px; max-width:340px;">

<h3 id="id_player_level" style="margin-top:6px; margin-bottom:-19px; margin-left:4px; position:relative; z-index:3; text-align:right; padding-right:10px">Level</h3>

Expand Down Expand Up @@ -192,14 +192,17 @@ layout: default
text-align:left;"/>
</div>
<h3 id = "id_player_party_loot" style="text-align:left;
text-overflow: cut;
overflow: hidden;
white-space: nowrap;
float:left;
padding-top:3px;
padding-bottom:3px;
padding-left:8px;
margin-left:3px;
margin-bottom:0px;
margin-top:0px;
display:inline;
display:inline-block;
width:95.8%;
box-shadow:
0px 0px 0px 3px #121212;
Expand Down

0 comments on commit f22c98c

Please sign in to comment.