Initial chat message description design change

This commit is contained in:
WBHarry 2026-02-02 02:12:30 +01:00
parent 90a98a3248
commit f4f5fd6c24
3 changed files with 39 additions and 3 deletions

View file

@ -574,6 +574,39 @@
}
}
.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;