Skip to content

Commit

Permalink
Fix watch popup top arrow alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkuma committed Aug 8, 2021
1 parent fa75544 commit 0059432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fileshack/static/fileshack/css/fileshack.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ form[action="logout/"] button:focus {
background: url("../img/watch-dialog-top.png") no-repeat center top;
height: 16px;
width: 100%;
margin-bottom: -1px;
z-index: 40;
position: relative;
top: 1px;
}

#watch-dialog .dialog {
Expand Down

0 comments on commit 0059432

Please sign in to comment.