mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 18:27:37 +00:00
chore: docker site gen for docs, update npm base image, fix chrome in docs page, jwt profile (#1019)
* initial version with docker * move folder * use correct path * remove typo scanner * change in site * move dockerignore * use proper path * docs: chrome moving header, max width table, overflow on mobile (#1012) * fix: table renderer, chrome moving header, mobile table * card elevation * chore(deps): bump node from 12 to 15 in /build (#967) Bumps node from 12 to 15. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs(oauth2): jwt profile (#954) * first draft of JWT profile * additional infos * WIP Claim matrix * restructure docs * extend matrix * typo * use correct translation * order tables a to z * claim description * remark * describe username Co-authored-by: Florian Forster <ffo@ffo-macbook.localdomain> Co-authored-by: Max Peintner <max@caos.ch> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -372,9 +372,33 @@ a.no-underline {
|
||||
}
|
||||
|
||||
/* tables --------------------------------- */
|
||||
.table-wrapper {
|
||||
max-width: var(--linemax);
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.table-wrapper::-webkit-scrollbar-track {
|
||||
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
|
||||
box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
|
||||
background-color: #00000010;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.table-wrapper::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
background-color: #00000010;
|
||||
}
|
||||
|
||||
.table-wrapper::-webkit-scrollbar-thumb {
|
||||
background-color: #6c8eef30;
|
||||
border-radius: 8px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
font-size: var(--h5);
|
||||
font-size: var(--h5);
|
||||
}
|
||||
|
||||
td,
|
||||
@@ -563,6 +587,8 @@ input[type="checkbox"]:checked::after {
|
||||
.zitadel-gallery {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
max-width: 56em;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.zitadel-gallery img {
|
||||
|
Reference in New Issue
Block a user