Skip to content

Commit

Permalink
Fix files breadcrumb spacing
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Feb 24, 2023
1 parent fbbdc64 commit b029274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/files/css/files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,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 +837,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

0 comments on commit b029274

Please sign in to comment.