mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-25 20:40:36 +03:00
B: Fix UI for small screens
This commit is contained in:
parent
fee60f9935
commit
7df3c4b7b2
|
@ -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 })}
|
||||
/>
|
||||
|
|
|
@ -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 />
|
||||
|
|
Loading…
Reference in New Issue
Block a user