mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 13:00:39 +03:00
Small navigation fix for touch accuracy
Some checks are pending
Frontend CI / build (18.x) (push) Waiting to run
Some checks are pending
Frontend CI / build (18.x) (push) Waiting to run
This commit is contained in:
parent
1a5f887c0a
commit
00a13495dd
|
@ -47,7 +47,7 @@ function Navigation() {
|
||||||
<div tabIndex={-1} className='flex items-center mr-auto cursor-pointer' onClick={navigateHome}>
|
<div tabIndex={-1} className='flex items-center mr-auto cursor-pointer' onClick={navigateHome}>
|
||||||
<Logo />
|
<Logo />
|
||||||
</div>
|
</div>
|
||||||
<div className='flex'>
|
<div className='flex gap-1 py-[0.3rem]'>
|
||||||
<NavigationButton
|
<NavigationButton
|
||||||
text='Новая схема'
|
text='Новая схема'
|
||||||
title='Создать новую схему'
|
title='Создать новую схему'
|
||||||
|
|
|
@ -23,6 +23,7 @@ function NavigationButton({ icon, title, titleHtml, hideTitle, onClick, text }:
|
||||||
'mr-1 h-full', // prettier: split lines
|
'mr-1 h-full', // prettier: split lines
|
||||||
'flex items-center gap-1',
|
'flex items-center gap-1',
|
||||||
'clr-btn-nav',
|
'clr-btn-nav',
|
||||||
|
'rounded-xl',
|
||||||
'font-controls whitespace-nowrap',
|
'font-controls whitespace-nowrap',
|
||||||
{
|
{
|
||||||
'px-2': text,
|
'px-2': text,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user