diff --git a/src/components/Editor.vue b/src/components/Editor.vue index 969448b9227..f186120b044 100644 --- a/src/components/Editor.vue +++ b/src/components/Editor.vue @@ -837,7 +837,7 @@ export default { top: 0; opacity: 0; visibility: hidden; - height: 44px; // important for mobile so that the buttons are always inside the container + height: var(--default-clickable-area); // important for mobile so that the buttons are always inside the container padding-top:3px; padding-bottom: 3px; } diff --git a/src/components/Editor/SessionList.vue b/src/components/Editor/SessionList.vue index 1cb6698861b..7ff22fb2e68 100644 --- a/src/components/Editor/SessionList.vue +++ b/src/components/Editor/SessionList.vue @@ -15,7 +15,7 @@ + :size="30" /> @@ -130,7 +130,7 @@ export default {