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
Fix files breadcrumb spacing
Signed-off-by: John Molakvoæ <[email protected]>
  • Loading branch information
skjnldsv committed Feb 28, 2023
commit deffe76d6116cf4e5644c0712550f5a9fa34991d
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