Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 2 additions & 1 deletion css/apps/files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,8 @@ table.files-filestable {

#app-content-vue {
.files-list__header {
margin-block: 1rem;
margin-block: 0.8rem;
margin-inline: 2.5rem;

button.files-list__header-grid-button {

Expand Down
2 changes: 1 addition & 1 deletion css/components/ncappnavigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

.app-navigation-toggle-wrapper {
top: 1rem !important;
right: calc(0px - 1rem) !important;
right: calc(0px - 0.1rem) !important;

button {
padding: 0;
Expand Down
55 changes: 38 additions & 17 deletions css/components/ncbreadcrumb.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,21 @@
nav {
height: 44px;
ul.breadcrumb__crumbs {
// Display root as a Home icon
// Display root as "Start" text
li.vue-crumb:first-child {
.button-vue__icon {
background-image: var(--icon-home-dark);
background-position: center;
background-repeat: no-repeat;
svg {
display: none;
}
display: none;
}
.button-vue__text {
display: none;
display: block !important;
visibility: hidden;
position: relative;
}
&:hover {
.button-vue__icon {
opacity: 0.7;
}
.button-vue__text::before {
content: 'Start';
visibility: visible;
position: absolute;
left: 0;
}

}
Expand Down Expand Up @@ -49,21 +47,44 @@
}
}

// Right arrow change
// Dot separator
span.chevron-right-icon {
display: block;
margin-right: 8px;
background-image: var(--icon-breadcrumb-arrow-grey);
width: 24px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 4px;
width: 16px;
height: 24px;
svg {
display: none;
}
&::before {
content: '';
width: 4px;
height: 4px;
border-radius: 50%;
background-color: currentColor;
opacity: 0.5;
}
}
}

// Hide dot after last item (no separator after the last breadcrumb)
li.vue-crumb:last-child {
span.chevron-right-icon {
display: none;
}
}
}
}
}

// Override at root level to ensure it applies
.breadcrumb--collapsed .vue-crumb:last-child {
min-width: 60px !important;
}

#content-vue .breadcrumb {
.breadcrumb__actions {
// hide Share button
button.files-list__header-share-button {
Expand Down
28 changes: 6 additions & 22 deletions img/actions/hide-menu.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading