diff --git a/WahlGPT.Web/Pages/Home.razor b/WahlGPT.Web/Pages/Home.razor
index 6e50a41..0ff1666 100644
--- a/WahlGPT.Web/Pages/Home.razor
+++ b/WahlGPT.Web/Pages/Home.razor
@@ -23,33 +23,18 @@
Willkommen zu WahlGPT
βeta
-
-
- bisher wurden @_answerCount Antworten generiert
+
+
@@ -240,7 +225,6 @@
{
if(firstRender)
{
- await _js.InvokeVoidAsync("doSuggestions");
await Task.Run(async () =>
{
_answerCount = await _chat.GetCount();
diff --git a/WahlGPT.Web/wwwroot/css/app.css b/WahlGPT.Web/wwwroot/css/app.css
index 61afaf1..816d4ba 100644
--- a/WahlGPT.Web/wwwroot/css/app.css
+++ b/WahlGPT.Web/wwwroot/css/app.css
@@ -232,6 +232,21 @@ span:nth-child(3) {
display: inline-block;
}
+.seeya-badge {
+ color: white;
+ font-size: 20px;
+ font-weight: 100;
+ transform: rotate(-3deg);
+ animation: none !important;
+ display: inline-block;
+ font-family: cursive;
+ margin-top:5rem;
+}
+
+.seeya-badge span {
+ font-size: 40px;
+}
+
.selected-party-badge {
background-color: #666666;
color: #ffffff;
@@ -272,6 +287,18 @@ span:nth-child(3) {
margin-top: 1.1rem !important;
}
+.done-header-text {
+ margin-top: 1.1rem;
+ max-width: 60%;
+ margin: 0 auto;
+ margin-top: 4rem;
+ text-wrap: balance;
+}
+
+.done-header-text h3 {
+ margin-bottom: 0 !important;
+}
+
.blazor-loader {
display: flex;
flex-direction: column;
@@ -376,6 +403,11 @@ code {
transform: rotate(-9deg);
}
+
+ .done-header-text {
+ max-width: 96%;
+ }
+
.answer-info-text {
max-width: 80%;
}
@@ -385,7 +417,7 @@ code {
}
.header-info-text {
- width: 80% !important;
+ width: 96%;
}
.top-menu ul {