Book form: make buttons work on mobile view

This commit is contained in:
2026-03-07 19:40:23 +01:00
parent 2a1d8e13c8
commit 8a707610bf
4 changed files with 128 additions and 47 deletions

View File

@@ -35,7 +35,7 @@ onUnmounted(() => {
<template>
<div
class="bigiconandlegend"
:class="props.isReadonly ? '' : 'showcanclick'"
:class="props.isReadonly ? 'widget-readonly' : 'showcanclick'"
@mouseover="hovered = true"
@mouseout="hovered = false"
>
@@ -79,6 +79,10 @@ onUnmounted(() => {
padding-bottom: 30px;
}
.widget-readonly {
opacity: 50%;
}
@media (max-width: 1024px) {
.bigicon {
flex: 1;