Small navigation fix for touch accuracy
Some checks are pending
Frontend CI / build (18.x) (push) Waiting to run

This commit is contained in:
IRBorisov 2024-06-07 23:18:05 +03:00
parent 1a5f887c0a
commit 00a13495dd
2 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,7 @@ function Navigation() {
<div tabIndex={-1} className='flex items-center mr-auto cursor-pointer' onClick={navigateHome}>
<Logo />
</div>
<div className='flex'>
<div className='flex gap-1 py-[0.3rem]'>
<NavigationButton
text='Новая схема'
title='Создать новую схему'

View File

@ -23,6 +23,7 @@ function NavigationButton({ icon, title, titleHtml, hideTitle, onClick, text }:
'mr-1 h-full', // prettier: split lines
'flex items-center gap-1',
'clr-btn-nav',
'rounded-xl',
'font-controls whitespace-nowrap',
{
'px-2': text,