Skip to content

Commit

Permalink
Fix #2431
Browse files Browse the repository at this point in the history
Added missing timelapse button and fixed overlapping play and timelapse buttons.
  • Loading branch information
tunkio authored and MichaIng committed Apr 29, 2022
1 parent 0d2f353 commit 1ae3831
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 10 deletions.
4 changes: 3 additions & 1 deletion motioneye/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -790,11 +790,13 @@ div.picture-dialog-playbuttons {
div.picture-dialog-play {
background-image: url(../img/camera-top-buttons.svg);
background-position: -300% 0;
position: absolute;
left: 0;
}

div.picture-dialog-timelapse {
background-image: url(../img/camera-top-buttons.svg);
background-position: -500% 0;
background-position: -700% 0;
position: absolute;
right: 0;
}
Expand Down
36 changes: 27 additions & 9 deletions motioneye/static/img/camera-top-buttons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1ae3831

Please sign in to comment.