Skip to content

Commit

Permalink
Deploying to gh-pages from @ 9015c55 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nor0x committed Sep 8, 2024
1 parent 674e346 commit 9327164
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 5 deletions.
Binary file modified _framework/Microsoft.AspNetCore.Components.wasm
Binary file not shown.
Binary file modified _framework/Microsoft.AspNetCore.Components.wasm.br
Binary file not shown.
Binary file modified _framework/Microsoft.AspNetCore.Components.wasm.gz
Binary file not shown.
Binary file modified _framework/WahlGPT.Common.pdb.gz
Binary file not shown.
Binary file modified _framework/WahlGPT.Common.wasm
Binary file not shown.
Binary file modified _framework/WahlGPT.Common.wasm.br
Binary file not shown.
Binary file modified _framework/WahlGPT.Common.wasm.gz
Binary file not shown.
Binary file modified _framework/WahlGPT.Web.pdb.gz
Binary file not shown.
Binary file modified _framework/WahlGPT.Web.wasm
Binary file not shown.
Binary file modified _framework/WahlGPT.Web.wasm.br
Binary file not shown.
Binary file modified _framework/WahlGPT.Web.wasm.gz
Binary file not shown.
8 changes: 4 additions & 4 deletions _framework/blazor.boot.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"mainAssemblyName": "WahlGPT.Web",
"resources": {
"hash": "sha256-+sudO3s0quVA0M/JqIPX9PEapWua8EtmeSYT5jutHhM=",
"hash": "sha256-7K8/fZcSAKfqCMfgf6aJutQh/UeHStKI/Xk6wlYHAi8=",
"jsModuleNative": {
"dotnet.native.8.0.8.746giovk6l.js": "sha256-juC5sA7gHTLXFEhAKgdM2/RavswpwCtDfjYGsAz2FXg="
},
Expand Down Expand Up @@ -38,7 +38,7 @@
"HtmlAgilityPack.wasm": "sha256-OmUOgRdkYDCGPi26m5PEvCFEzVcdi6VcfUEV85aNhws=",
"Irony.wasm": "sha256-vmJnOpZnIUHzxDh+yLQX/04qpF8AkhwV3Pqv7geGFCI=",
"LLamaSharp.wasm": "sha256-NPQgHy4s/TkeHzYa6uYpgC8t3JVfb2JuuDqhbVWn0+k=",
"Microsoft.AspNetCore.Components.wasm": "sha256-L/El5TobFY6YZFg/eMT/Qcteij/3ld8flRtAs/M237s=",
"Microsoft.AspNetCore.Components.wasm": "sha256-ZOcU4Gt409/xlMLvv0uAhmTSZeXKXlyLuke4ABVD3is=",
"Microsoft.AspNetCore.Components.Web.wasm": "sha256-Rpaag/RNHZuXpxyCf6Gs+5tZXb4aw7xjLS71pSBVeRY=",
"Microsoft.AspNetCore.Components.WebAssembly.wasm": "sha256-6me0VxMsrPM8EQOthwfUFB4h1/TD3U7EQ3MYx+WkLTo=",
"Microsoft.Bcl.AsyncInterfaces.wasm": "sha256-yuzrj2gVBa2pXkUEhSbUEhCJ4p9FjtL8n8x5tBO9+DU=",
Expand Down Expand Up @@ -242,8 +242,8 @@
"UglyToad.PdfPig.Tokenization.wasm": "sha256-LMC6R4XWgh5YLTYKlvSp2Kt07e2O5EO+bDRpIT5UgVs=",
"UglyToad.PdfPig.Tokens.wasm": "sha256-NbalX5Kl7mNk2/CKnOlNNPpVwF5vaiItcF0u68qUg7o=",
"UglyToad.PdfPig.wasm": "sha256-9F2l4lNMY3JtodzYDUwb3Pqka91mc/bEcz9RXWDhRUk=",
"WahlGPT.Common.wasm": "sha256-e3shsRy3enY/PV1nS4jTg4QXYEiA9U9xehoveBx7Il4=",
"WahlGPT.Web.wasm": "sha256-2prn7OnIK1WF6tMqBvlyVMjPCH5JCWWUH4xnB4iqSrE=",
"WahlGPT.Common.wasm": "sha256-1OMIf7w/GGmkZRLNlxJtKNCjVJMtwpv/i/1BGSBsTsw=",
"WahlGPT.Web.wasm": "sha256-eufs07lbJpwvK7Y+By1xbpTafWgB9/suozRAEJLMQhM=",
"XLParser.wasm": "sha256-y9+iO5oW0od7XYaYhNN0cqGSKMAoLRD+xcX4uzqpF0U=",
"ZstdSharp.wasm": "sha256-6zV+YbXzfrxvRSjRkWKbqb3yS2VRZmz1dhjJaTWjkOg="
},
Expand Down
Binary file modified _framework/blazor.boot.json.br
Binary file not shown.
Binary file modified _framework/blazor.boot.json.gz
Binary file not shown.
17 changes: 16 additions & 1 deletion css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ span:nth-child(3) {
border: 2px solid;
border-radius: 0.5rem;
overflow: hidden;
margin: 6px;
}

.tab__label,
Expand Down Expand Up @@ -172,7 +173,7 @@ span:nth-child(3) {
.answer-info-text {
font-size: 0.8rem;
text-align: center;
max-width: 80%;
max-width: 60%;
margin: 0 auto;
line-height: normal;
}
Expand All @@ -189,6 +190,16 @@ span:nth-child(3) {
display: inline-block;
}

.selected-party-badge {
background-color: #666666;
color: #ffffff;
padding: 0 0.5rem;
border-radius: 0.5rem;
font-size: 0.8rem;
font-weight: 700;
animation: none !important;
}

/* BLAZOR */


Expand Down Expand Up @@ -283,4 +294,8 @@ code {
.beta-badge {
transform: rotate(-9deg);
}

.answer-info-text {
max-width: 80%;
}
}

0 comments on commit 9327164

Please sign in to comment.