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
Remove transparent top
Replace 3px of absolute positioning with top padding.

Signed-off-by: Carl Schwan <[email protected]>
  • Loading branch information
CarlSchwan committed Sep 12, 2022
commit 79b2dcb8970c38d97704250121318c3dac62de24
3 changes: 2 additions & 1 deletion apps/files/css/files.css

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

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.

3 changes: 2 additions & 1 deletion apps/files/css/files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,8 @@ table.dragshadow td.size {
-ms-user-select: none;
user-select: none;
display: flex;
top: 3px;
top: 0;
padding-top: 3px;

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

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

Loading