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
1 changed files with 4 additions and 0 deletions
|
@ -96,6 +96,10 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.linkShareView {
|
||||||
|
margin-top: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
.shareTabView .linkPass .icon-loading-small {
|
.shareTabView .linkPass .icon-loading-small {
|
||||||
margin-top: 9px;
|
margin-top: 9px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue