Merge pull request #1788 from nextcloud/share-link-whitespace
add whitespace above share link so it's visually distinguished more
This commit is contained in:
commit
0c8bd9fa49
|
@ -96,6 +96,10 @@
|
|||
position: absolute;
|
||||
}
|
||||
|
||||
.linkShareView {
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.shareTabView .linkPass .icon-loading-small {
|
||||
margin-top: 9px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue