Browse Source

set new navigation buttons offset

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
pull/9788/head
Maksim Sukharev 3 years ago
parent
commit
eaf36b6b39
No known key found for this signature in database GPG Key ID: 6349D071889BD1D5
  1. 4
      src/components/CallView/Grid/Grid.vue

4
src/components/CallView/Grid/Grid.vue

@ -967,10 +967,10 @@ export default {
position: absolute;
top: calc(50% - var(--default-clickable-area) / 2);
&__previous {
left: -4px;
left: 8px;
}
&__next {
right: -4px;
right: 8px;
}
}

Loading…
Cancel
Save