fix field drawings on tablets

This commit is contained in:
Alex Turchyn
2024-12-08 22:34:52 +02:00
committed by Pete Matsyburka
parent 46edc7dc37
commit c2014a1549
4 changed files with 20 additions and 13 deletions
@@ -1,6 +1,6 @@
<template>
<div class="absolute text-center w-full bottom-0 pr-3 mb-4">
<span class="w-full bg-base-200 px-4 py-2 rounded-md inline-flex space-x-2 mx-auto items-center justify-between mb-2 z-20 md:hidden">
<span class="w-full bg-base-200 px-4 py-2 rounded-md inline-flex space-x-2 mx-auto items-center justify-between mb-2 z-20">
<div class="flex items-center space-x-2">
<component
:is="fieldIcons[drawField.type]"