B: Fix UI for small screens

This commit is contained in:
Ivan 2025-06-19 10:59:22 +03:00
parent fee60f9935
commit 7df3c4b7b2
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ export function MenuRole({ isOwned, isEditor }: MenuRoleProps) {
noPadding
titleHtml='<b>Анонимный режим</b><br />Войти в Портал'
hideTitle={accessMenu.isOpen}
className='h-full pr-2 bg-transparent'
className='h-full pr-2 pl-3 bg-transparent'
icon={<IconAlert size='1.25rem' className='icon-red' />}
onClick={() => router.push({ path: urls.login })}
/>

View File

@ -177,8 +177,8 @@ export function TGFlow() {
) : null}
</div>
<div className='absolute z-pop top-18 sm:top-16 left-2 sm:left-3 w-54 flex flex-col pointer-events-none'>
<span className='px-2 pb-1 select-none whitespace-nowrap backdrop-blur-xs rounded-xl'>
<div className='absolute z-pop top-24 sm:top-16 left-2 sm:left-3 w-54 flex flex-col pointer-events-none'>
<span className='px-2 pb-1 select-none whitespace-nowrap backdrop-blur-xs rounded-xl w-fit'>
Выбор {selected.length} из {schema.stats?.count_all ?? 0}
</span>
<SelectColoring />