Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix public link order and fix skip to content
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
  • Loading branch information
skjnldsv committed Aug 24, 2018
commit ddd18aa3754f4787608726c0ffed71eda480dbf7
3 changes: 2 additions & 1 deletion core/css/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,8 @@ nav[role='navigation'] {
background: var(--color-primary) !important;

&.skip-content {
left: 253px;
left: $navigation-width;
margin-left: 3px;
}

&:focus,
Expand Down
2 changes: 1 addition & 1 deletion core/js/sharedialogview.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>';

/**
Expand Down