From 43d4ff230ab1ecbce899d7798cfe9ab391b7cf6f Mon Sep 17 00:00:00 2001 From: 1AhmedYasser <26207361+1AhmedYasser@users.noreply.github.com> Date: Tue, 27 Jan 2026 01:43:34 +0200 Subject: [PATCH] chore(1743): Bumped package version --- GUI/package.json | 2 +- GUI/src/components/HistoricalChat/HistoricalChat.scss | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/GUI/package.json b/GUI/package.json index 06b65f67..5f9f5d0c 100644 --- a/GUI/package.json +++ b/GUI/package.json @@ -7,7 +7,7 @@ "@buerokratt-ria/menu": "^0.2.10", "@buerokratt-ria/header": "^0.1.47", "@buerokratt-ria/styles": "^0.0.1", - "@buerokratt-ria/common-gui-components": "^0.0.36", + "@buerokratt-ria/common-gui-components": "^0.0.39", "@fontsource/roboto": "^4.5.8", "@formkit/auto-animate": "^1.0.0-beta.6", "@hookform/resolvers": "^2.9.11", diff --git a/GUI/src/components/HistoricalChat/HistoricalChat.scss b/GUI/src/components/HistoricalChat/HistoricalChat.scss index 0d432ab9..52e4d583 100644 --- a/GUI/src/components/HistoricalChat/HistoricalChat.scss +++ b/GUI/src/components/HistoricalChat/HistoricalChat.scss @@ -146,17 +146,19 @@ #{$self} { &__group-header { display: flex; - justify-content: flex-end; + justify-content: flex-start; align-items: center; } - &__group-initials { + &__group-initials, + &__group-event-initials { background-color: get-color(black-coral-10); color: get-color(white); position: relative; } - &__group-name { + &__group-name, + &__group-event-name { text-align: left; margin-left: 0; font-size: $veera-font-size-100; @@ -167,7 +169,7 @@ display: flex; flex-direction: column; gap: 4px; - align-items: flex-end; + align-items: flex-start; padding-left: 50px; }