finally fix issues

This commit is contained in:
moliloo 2025-08-23 21:47:32 -03:00
parent 2344278a3d
commit f9320a18f4
5 changed files with 268 additions and 274 deletions

View file

@ -2,7 +2,7 @@
@import '../../utils/fonts.less'; @import '../../utils/fonts.less';
@import '../../utils/spacing.less'; @import '../../utils/spacing.less';
body.theme-light { #interface.theme-light {
.daggerheart.chat.domain-card { .daggerheart.chat.domain-card {
.domain-card-move .domain-card-header { .domain-card-move .domain-card-header {
border-bottom: 1px solid @dark-blue; border-bottom: 1px solid @dark-blue;
@ -34,8 +34,7 @@ body.theme-light {
} }
} }
body.theme-dark { .daggerheart.chat {
.daggerheart.chat {
&.domain-card { &.domain-card {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -142,5 +141,4 @@ body.theme-dark {
} }
} }
} }
}
} }

View file

@ -2,7 +2,7 @@
@import '../../utils/fonts.less'; @import '../../utils/fonts.less';
@import '../../utils/spacing.less'; @import '../../utils/spacing.less';
body.theme-light { #interface.theme-light {
.daggerheart.chat.action { .daggerheart.chat.action {
.action-move .action-section { .action-move .action-section {
border-bottom: 1px solid @dark-blue; border-bottom: 1px solid @dark-blue;
@ -31,8 +31,7 @@ body.theme-light {
} }
} }
body.theme-dark { .daggerheart.chat {
.daggerheart.chat {
&.action { &.action {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -123,5 +122,4 @@ body.theme-dark {
} }
} }
} }
}
} }

View file

@ -2,7 +2,7 @@
@import '../../utils/fonts.less'; @import '../../utils/fonts.less';
@import '../../utils/spacing.less'; @import '../../utils/spacing.less';
.theme-light { #interface.theme-light {
.daggerheart.chat-sidebar .chat-log, .daggerheart.chat-sidebar .chat-log,
#chat-notifications .chat-log { #chat-notifications .chat-log {
--text-color: @dark-blue; --text-color: @dark-blue;

View file

@ -2,7 +2,7 @@
@import '../../utils/fonts.less'; @import '../../utils/fonts.less';
@import '../../utils/spacing.less'; @import '../../utils/spacing.less';
.theme-light { #interface.theme-light {
.daggerheart.chat.downtime { .daggerheart.chat.downtime {
.downtime-moves-list .downtime-move { .downtime-moves-list .downtime-move {
&:hover { &:hover {

View file

@ -1,7 +1,7 @@
@import '../../utils/colors.less'; @import '../../utils/colors.less';
@import '../../utils/fonts.less'; @import '../../utils/fonts.less';
body.theme-light { #interface.theme-light {
.chat-message:not(.duality) .message-content { .chat-message:not(.duality) .message-content {
color: @dark; color: @dark;
@ -67,14 +67,13 @@ body.theme-light {
} }
} }
body.theme-dark { .chat-message.dh-chat-message {
.chat-message.dh-chat-message {
.message-content { .message-content {
padding: 0; padding: 0;
} }
} }
.chat-message { .chat-message {
.duality-modifiers, .duality-modifiers,
.duality-result, .duality-result,
.dice-title { .dice-title {
@ -179,9 +178,9 @@ body.theme-dark {
height: 34px; height: 34px;
} }
} }
} }
fieldset.daggerheart.chat { fieldset.daggerheart.chat {
padding: 0; padding: 0;
border-left-width: 0; border-left-width: 0;
border-right-width: 0; border-right-width: 0;
@ -205,5 +204,4 @@ body.theme-dark {
.daggerheart.chat { .daggerheart.chat {
margin-top: 5px; margin-top: 5px;
} }
}
} }