mobile: responsive sizes for annotation tools (#236)

* chore: refine assetPrefix in config for easier debug over LAN

* mobile: responsive sizes for annotation tools
This commit is contained in:
Huang Xin
2025-01-23 21:31:41 +01:00
committed by GitHub
parent 58d3e7b221
commit 18dfd73bed
5 changed files with 24 additions and 20 deletions
@@ -41,7 +41,12 @@ const AnnotationPopup: React.FC<AnnotationPopupProps> = ({
className='selection-popup bg-gray-600 px-4 text-white'
triangleClassName='text-gray-600'
>
<div className='selection-buttons flex h-11 items-center justify-between'>
<div
className='selection-buttons flex items-center justify-between'
style={{
height: popupHeight,
}}
>
{buttons.map((button, index) => (
<PopupButton
key={index}