Fix invite member template (#22782)
Some checks are pending
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions

This commit is contained in:
KVOJJJin 2025-07-22 16:49:50 +08:00 committed by GitHub
parent a2048fd0f4
commit 366d42d9c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 9 additions and 14 deletions

View File

@ -45,8 +45,7 @@
line-height: 120%; /* 28.8px */
}
.button {
display: inline-block;
width: 480px;
display: block;
padding: 8px 12px;
color: white;
text-decoration: none;

View File

@ -12,7 +12,7 @@
}
.container {
width: 504px;
height: 444px;
min-height: 444px;
margin: 40px auto;
padding: 0 48px;
background-color: #fcfcfd;
@ -31,8 +31,7 @@
height: auto;
}
.button {
display: inline-block;
width: 480px;
display: block;
padding: 8px 12px;
color: white;
text-decoration: none;

View File

@ -28,11 +28,10 @@
.header img {
max-width: 63px;
height: auto;
min-height: auto;
}
.button {
display: inline-block;
width: 480px;
display: block;
padding: 8px 12px;
color: white;
text-decoration: none;

View File

@ -12,7 +12,7 @@
}
.container {
width: 504px;
height: 444px;
min-height: 444px;
margin: 40px auto;
padding: 0 48px;
background-color: #fcfcfd;
@ -31,8 +31,7 @@
height: auto;
}
.button {
display: inline-block;
width: 480px;
display: block;
padding: 8px 12px;
color: white;
text-decoration: none;

View File

@ -12,7 +12,7 @@
}
.container {
width: 504px;
height: 444px;
min-height: 444px;
margin: 40px auto;
padding: 0 48px;
background-color: #fcfcfd;
@ -31,8 +31,7 @@
height: auto;
}
.button {
display: inline-block;
width: 480px;
display: block;
padding: 8px 12px;
color: white;
text-decoration: none;