Skip to content

Commit

Permalink
fixup! Reduce left margin of files list header
Browse files Browse the repository at this point in the history
Signed-off-by: julia.kirschenheuter <[email protected]>
  • Loading branch information
JuliaKirschenheuter authored and skjnldsv committed Oct 17, 2023
1 parent 9a88378 commit 17cd213
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/files/src/views/FilesList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ export default Vue.extend({
}

$margin: 4px;
$navigationToggleSize: 45px;
$navigationToggleSize: 50px;

.files-list {
&__header {
Expand All @@ -485,6 +485,7 @@ $navigationToggleSize: 45px;
flex: 0 0;
// Align with the navigation toggle icon
margin: $margin $margin $margin $navigationToggleSize;
max-width: 100%;
> * {
// Do not grow or shrink (horizontally)
// Only the breadcrumbs shrinks
Expand Down

0 comments on commit 17cd213

Please sign in to comment.