Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Toolkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
digital blueprint
Web Component Framework
Toolkit
Commits
ff698664
Commit
ff698664
authored
5 years ago
by
Reiter, Christoph
Browse files
Options
Downloads
Patches
Plain Diff
Let the login button shrink to 0
parent
184db822
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/app-shell/src/app-shell.js
+9
-4
9 additions, 4 deletions
packages/app-shell/src/app-shell.js
packages/app-shell/vendor/auth
+1
-1
1 addition, 1 deletion
packages/app-shell/vendor/auth
with
10 additions
and
5 deletions
packages/app-shell/src/app-shell.js
+
9
−
4
View file @
ff698664
...
@@ -450,9 +450,14 @@ export class AppShell extends ScopedElementsMixin(LitElement) {
...
@@ -450,9 +450,14 @@ export class AppShell extends ScopedElementsMixin(LitElement) {
header .hd1-right {
header .hd1-right {
grid-area: hd1-right;
grid-area: hd1-right;
display: flex;
display: flex;
flex-direction: column;
justify-content: flex-start;
justify-content: center;
padding: 0 20px;
padding-left: 20px;
min-width: 0;
align-items: center;
}
header .hd1-right .auth-button {
min-width: 0;
}
}
header .hd2-left {
header .hd2-left {
...
@@ -713,7 +718,7 @@ export class AppShell extends ScopedElementsMixin(LitElement) {
...
@@ -713,7 +718,7 @@ export class AppShell extends ScopedElementsMixin(LitElement) {
<div class="hd1-middle">
<div class="hd1-middle">
</div>
</div>
<div class="hd1-right">
<div class="hd1-right">
<vpu-auth lang="
${
this
.
lang
}
" keycloak-config="
${
JSON
.
stringify
(
this
.
keycloakConfig
)}
" load-person try-login></vpu-auth>
<vpu-auth
class="auth-button"
lang="
${
this
.
lang
}
" keycloak-config="
${
JSON
.
stringify
(
this
.
keycloakConfig
)}
" load-person try-login></vpu-auth>
</div>
</div>
<div class="hd2-left">
<div class="hd2-left">
<div class="header">
<div class="header">
...
...
This diff is collapsed.
Click to expand it.
auth
@
f3aa17bc
Subproject commit
c43e6492d972c7e52adc74ba4274aba8b2917a1c
Subproject commit
f3aa17bcca0c04055ad2835ed620146a741a107d
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment