Skip to content

Commit

Permalink
Merge pull request #36855 from nextcloud/fix/bread-padding
Browse files Browse the repository at this point in the history
Fix files breadcrumb spacing
  • Loading branch information
AndyScherzinger authored Feb 28, 2023
2 parents c440f00 + deffe76 commit eac542d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/files/css/files.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/files/css/files.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions apps/files/css/files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

/* FILE MENU */
.actions {
padding: 5px;
// (50px - 44px) / 2
padding: 3px;
height: 100%;
display: inline-block;
float: left;
Expand Down Expand Up @@ -826,7 +827,7 @@ table.dragshadow td.size {
box-sizing: border-box;
position: -webkit-sticky;
position: sticky;
height: 54px;
height: 50px; /* height of the nav toggle button; */
padding: 0;
margin: 0;
background-color: var(--color-main-background-translucent);
Expand All @@ -837,7 +838,7 @@ table.dragshadow td.size {
user-select: none;
display: flex;
top: 0;
padding-top: 3px;
padding-left: 50px; /* width of the nav toggle button; */

.actions {
> div,
Expand Down
2 changes: 1 addition & 1 deletion apps/files/css/merged.css

Large diffs are not rendered by default.

Loading

0 comments on commit eac542d

Please sign in to comment.