1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-26 07:22:34 +00:00

Change share link dialog UI (#7881)

* 01 Add qr-code in share link item

* 02 Show access scope and password in share list

* 03 optimise style
This commit is contained in:
Michael An
2025-06-03 18:00:00 +08:00
committed by GitHub
parent d9a78effa1
commit 76d15b03b8
3 changed files with 85 additions and 12 deletions

View File

@@ -6,7 +6,7 @@
}
.share-dialog-content .share-dialog-side {
flex-basis: 22%;
flex-basis: 18%;
padding: 1rem;
border-bottom: 1px solid #eee;
}
@@ -69,7 +69,7 @@
.share-dialog-content .share-dialog-main {
display: flex;
flex-basis: 78%;
flex-basis: 82%;
padding: 1rem;
}
@@ -210,3 +210,11 @@ input.expire-input {
max-height: 350px;
overflow-y: scroll;
}
.link-item-qrcode-popover .link-item-qrcode-tip {
margin: 0;
margin-top: 0.25rem;
text-align: center;
max-width: 128px;
color: #666;
}