Skip to content

Commit

Permalink
Merge pull request #176 from nextcloud/Jerome-Herbinet-fix-lock-state…
Browse files Browse the repository at this point in the history
…-position

Fix lock state icon position in detailed files' lists
  • Loading branch information
juliushaertl committed Feb 13, 2024
2 parents 969cbbf + 011aa28 commit 478b6c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/files_lock.css
Expand Up @@ -4,10 +4,10 @@ tr[data-locked='true'] .fileactions .action.action-menu.permanent {
}
.locking-inline-state.icon-password {
padding: 17px 23px;
margin-right: -45px;
top: -5px;
right: -1px;
top: 0px;
width: 44px;
position: relative;
position: absolute;
opacity: 0.5;
}

Expand Down

0 comments on commit 478b6c0

Please sign in to comment.