This commit is contained in:
dank074 2021-12-04 19:12:26 -06:00
parent 357e60bba2
commit aac2c49469
3 changed files with 10 additions and 6 deletions

View File

@ -16,11 +16,6 @@
} }
} }
&.theme-dark {
background-color: #3d5f6e !important;
color: #fff;
}
.bg-tertiary-split { .bg-tertiary-split {
position: relative; position: relative;
border-bottom: 2px solid darken($quaternary, 5); border-bottom: 2px solid darken($quaternary, 5);

View File

@ -2,6 +2,15 @@
width: $chat-history-width; width: $chat-history-width;
height: $chat-history-height; height: $chat-history-height;
background-color: #1C323F;
border: 2px solid rgba(255, 255, 255, 0.5);
border-radius: 0.25rem;
.nitro-card-header-container {
background-color: #3d5f6e;
color: #fff;
}
.chat-history-content { .chat-history-content {
.chat-history-container { .chat-history-container {
min-height: 200px; min-height: 200px;

View File

@ -25,7 +25,7 @@ export const RelationshipsContainerView: FC<RelationshipsContainerViewProps> = p
return ( return (
<div className="relationship-container d-flex flex-row align-items-center w-100"> <div className="relationship-container d-flex flex-row align-items-center w-100">
<i className={`icon icon-relationship-${relationshipName} flex-shrink-0 align-self-baseline mt-2`} /> <i className={`nitro-friends-spritesheet icon-${relationshipName} flex-shrink-0 align-self-baseline mt-2`} />
<div className="w-100 d-flex flex-column"> <div className="w-100 d-flex flex-column">
<span className={'relationship mx-2' + (!simple ? ' advanced' : '')}> <span className={'relationship mx-2' + (!simple ? ' advanced' : '')}>
<span className="cursor-pointer relationship-text" onClick={ event => OnUserClick(relationshipInfo)}> <span className="cursor-pointer relationship-text" onClick={ event => OnUserClick(relationshipInfo)}>