Skip to content

Commit deffe76

Browse files
committed
Fix files breadcrumb spacing
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
1 parent fbbdc64 commit deffe76

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

apps/files/css/files.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/files/css/files.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/files/css/files.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
/* FILE MENU */
1212
.actions {
13-
padding: 5px;
13+
// (50px - 44px) / 2
14+
padding: 3px;
1415
height: 100%;
1516
display: inline-block;
1617
float: left;
@@ -826,7 +827,7 @@ table.dragshadow td.size {
826827
box-sizing: border-box;
827828
position: -webkit-sticky;
828829
position: sticky;
829-
height: 54px;
830+
height: 50px; /* height of the nav toggle button; */
830831
padding: 0;
831832
margin: 0;
832833
background-color: var(--color-main-background-translucent);
@@ -837,7 +838,7 @@ table.dragshadow td.size {
837838
user-select: none;
838839
display: flex;
839840
top: 0;
840-
padding-top: 3px;
841+
padding-left: 50px; /* width of the nav toggle button; */
841842

842843
.actions {
843844
> div,

apps/files/css/merged.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)