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

View file

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

View file

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

View file

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

View file

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