Skip to content

Commit

Permalink
adjust add button
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
  • Loading branch information
szaimen authored and nextcloud-command committed Aug 15, 2023
1 parent 89f66a5 commit cec4986
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 11 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.

6 changes: 5 additions & 1 deletion apps/files/css/files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ table.dragshadow td.size {

/* Center triangle */
&::after {
left: 61px !important;
left: 74px !important;
}
}

Expand Down Expand Up @@ -955,6 +955,10 @@ table.dragshadow td.size {

.app-files .actions .button.new {
position: relative;
width: unset;
gap: 5px;
background-color: var(--color-primary-element-light);
color: var(--color-primary-element-light-text);
}

.breadcrumb {
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 cec4986

Please sign in to comment.