enhance death move chat message and fix border bottom from title actions

This commit is contained in:
moliloo 2025-07-27 23:57:58 -03:00
parent a9fca36ed5
commit b9406bb9cb
5 changed files with 36 additions and 9 deletions

View file

@ -12,7 +12,9 @@
display: flex;
flex-direction: row;
width: 100%;
padding: 8px;
margin: 8px 8px 0;
padding-bottom: 8px;
width: -webkit-fill-available;
gap: 5px;
border-bottom: 1px solid @golden;