Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Mar 29, 2024
1 parent 4acf521 commit 0a48233
Show file tree
Hide file tree
Showing 16 changed files with 89 additions and 90 deletions.
11 changes: 5 additions & 6 deletions src/Aspire.Dashboard/Components/Pages/Token.razor.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
.token-form-container {
--error: #FF8181;
background-color: var(--neutral-layer-1);
padding: calc((var(--design-unit) * 4px));
padding: calc((var(--design-unit) * 5px));
border-radius: calc(var(--design-unit) * 2.5px);
display: grid;
grid-column-gap: calc(var(--design-unit) * 3px);
grid-column-gap: calc(var(--design-unit) * 5px);
grid-template-columns: auto 25em;
grid-template-rows: auto;
grid-template-areas:
Expand All @@ -30,16 +30,14 @@
display: flex;
align-items: center;
justify-content: center;
padding: calc(var(--design-unit) * 1px);
padding-left: 0;
}

.token-entry-container {
grid-area: entry;
display: flex;
flex-direction: column;
justify-content: center;
gap: calc(var(--design-unit) * 3px);
gap: calc(var(--design-unit) * 1px);

}

Expand All @@ -48,9 +46,10 @@
}

.token-entry-header h1 {
overflow-x: hidden;
overflow: hidden;
text-overflow: ellipsis;
text-wrap: nowrap;
margin-bottom: 1rem;
}

.token-entry {
Expand Down
6 changes: 3 additions & 3 deletions src/Aspire.Dashboard/Resources/Token.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/Aspire.Dashboard/Resources/Token.resx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<comment>{0} is an application name</comment>
</data>
<data name="HelpPopupText" xml:space="preserve">
<value>Look for your token in the console output:</value>
<value>Look for the token in the console output:</value>
</data>
<data name="HelpScreenshotAltText" xml:space="preserve">
<value>Screenshot of console output showing where to find the dashboard frontend token</value>
Expand All @@ -134,7 +134,7 @@
<value>Log in</value>
</data>
<data name="MoreInfoLinkText" xml:space="preserve">
<value>More Info</value>
<value>More info</value>
</data>
<data name="PageTitle" xml:space="preserve">
<value>{0} login</value>
Expand All @@ -150,6 +150,6 @@
<value>Unexpected error when validating the token</value>
</data>
<data name="WhereIsMyTokenLinkText" xml:space="preserve">
<value>Where do I find my token?</value>
<value>Where do I find the token?</value>
</data>
</root>
12 changes: 6 additions & 6 deletions src/Aspire.Dashboard/Resources/xlf/Token.cs.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions src/Aspire.Dashboard/Resources/xlf/Token.de.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions src/Aspire.Dashboard/Resources/xlf/Token.es.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions src/Aspire.Dashboard/Resources/xlf/Token.fr.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions src/Aspire.Dashboard/Resources/xlf/Token.it.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions src/Aspire.Dashboard/Resources/xlf/Token.ja.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions src/Aspire.Dashboard/Resources/xlf/Token.ko.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions src/Aspire.Dashboard/Resources/xlf/Token.pl.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions src/Aspire.Dashboard/Resources/xlf/Token.pt-BR.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0a48233

Please sign in to comment.