mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
made mark and bookmark indicators display in consistent order across different views...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
b3eebd4dc4
commit
c893085b60
@ -628,14 +628,14 @@ button:hover {
|
||||
box-sizing: border-box;
|
||||
border-radius: 50%;
|
||||
background: blue;
|
||||
left: -15;
|
||||
left: -25;
|
||||
}
|
||||
.marks-visible.single-image-mode.viewer .mark:after {
|
||||
display: none;
|
||||
}
|
||||
.mark.bookmark:after {
|
||||
background: yellow;
|
||||
left: -25;
|
||||
left: -15;
|
||||
}
|
||||
/****************************************************** Image info ***/
|
||||
.inline-image-info {
|
||||
|
||||
@ -708,7 +708,7 @@ button:hover {
|
||||
|
||||
|
||||
background: blue;
|
||||
left: -15;
|
||||
left: -25;
|
||||
}
|
||||
.marks-visible.single-image-mode.viewer .mark:after {
|
||||
display: none;
|
||||
@ -716,7 +716,7 @@ button:hover {
|
||||
|
||||
.mark.bookmark:after {
|
||||
background: yellow;
|
||||
left: -25;
|
||||
left: -15;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user