mirror of
https://github.com/nextcloud/server.git
synced 2026-04-24 23:59:27 -04:00
Fix public link order and fix skip to content
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
ac2c925231
commit
ddd18aa375
2 changed files with 3 additions and 2 deletions
|
|
@ -573,7 +573,8 @@ nav[role='navigation'] {
|
|||
background: var(--color-primary) !important;
|
||||
|
||||
&.skip-content {
|
||||
left: 253px;
|
||||
left: $navigation-width;
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
&:focus,
|
||||
|
|
|
|||
|
|
@ -24,9 +24,9 @@
|
|||
' <span class="shareWithLoading icon-loading-small hidden"></span>'+
|
||||
' <span class="shareWithConfirm icon icon-confirm"></span>' +
|
||||
'</div>' +
|
||||
'<div class="linkShareView subView"></div>' +
|
||||
'{{/if}}' +
|
||||
'<div class="shareeListView subView"></div>' +
|
||||
'<div class="linkShareView subView"></div>' +
|
||||
'<div class="loading hidden" style="height: 50px"></div>';
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue