mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
Merge pull request #46358 from nextcloud/artonge/fix/checkbox_background
fix(files): Correctly center the checkbox's background in grid view
This commit is contained in:
commit
9b2d195cda
3 changed files with 5 additions and 4 deletions
|
|
@ -733,7 +733,8 @@ tbody.files-list__tbody.files-list__tbody--grid {
|
|||
width: 16px;
|
||||
height: 16px;
|
||||
position: absolute;
|
||||
left: 14px;
|
||||
left: 50%;
|
||||
margin-left: -8px;
|
||||
z-index: -1;
|
||||
background: var(--color-main-background);
|
||||
}
|
||||
|
|
|
|||
4
dist/files-main.js
vendored
4
dist/files-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-main.js.map
vendored
2
dist/files-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue