Extended project page a little bit
All checks were successful
Build & Push Frontend A / docker (push) Successful in 42s

This commit is contained in:
2026-01-01 12:57:23 +01:00
parent 9771d7a38d
commit 93b2a0fed7
14 changed files with 235 additions and 50 deletions

View File

@@ -174,3 +174,40 @@ a {
.mat-expansion-panel-body {
padding-top: 0;
}
.image-dialog-panel .mat-mdc-dialog-surface {
border-radius: 16px;
overflow: hidden;
}
.image-dialog-panel .mat-mdc-dialog-content {
padding: 0 !important;
margin: 0 !important;
overflow: hidden !important;
max-height: none !important;
}
.image-dialog-panel .mat-mdc-dialog-container {
padding: 0;
}
.link-row {
grid-row: 2;
grid-column: 2;
margin-top: .1rem;
opacity: .85;
vertical-align: center;
}
.link-with-icon {
display: inline-flex;
align-items: center;
gap: .35rem;
line-height: 1;
}
.link-with-icon mat-icon {
font-size: 18px;
height: 18px;
width: 18px;
}