summaryrefslogtreecommitdiffstats
path: root/src/components/CallView
diff options
context:
space:
mode:
authorMaksim Sukharev <antreesy.web@gmail.com>2023-06-15 20:32:52 +0200
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>2023-06-15 19:03:54 +0000
commit21150dfdd7a0028659f35692af3aa6b5966dd04e (patch)
tree6c4cba311d13236f9342e90768569a3812ef313c /src/components/CallView
parentd68b8661d7b10871a34ceff2773b3ca3de0b803b (diff)
set new navigation buttons offset
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Diffstat (limited to 'src/components/CallView')
-rw-r--r--src/components/CallView/Grid/Grid.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/CallView/Grid/Grid.vue b/src/components/CallView/Grid/Grid.vue
index bd17422e1..ab7e3eb53 100644
--- a/src/components/CallView/Grid/Grid.vue
+++ b/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;
}
}