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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user