Revert "Initial chat message description design change"

This reverts commit f4f5fd6c24.
This commit is contained in:
WBHarry 2026-02-02 10:50:18 +01:00
parent f4f5fd6c24
commit 0b4266ba08
3 changed files with 3 additions and 39 deletions

View file

@ -574,39 +574,6 @@
}
}
.chat-roll .description-section {
background: @dark-80;
border-radius: 6px;
.description-header {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
gap: 2px;
.description-header-title {
color: @golden;
font-size: var(--font-size-16);
}
.description-header-subtitle {
font-size: var(--font-size-14);
padding-bottom: 2px;
}
}
.roll-part-content .dice-tooltip .wrapper {
i {
margin: 0;
}
> :first-child:not(.target-selector) {
margin: 0;
}
}
}
.roll-buttons {
display: flex;
gap: 5px;