fix CaseRoulette

This commit is contained in:
2025-12-07 18:45:56 +05:00
parent a456925a08
commit c6cceaf299
3 changed files with 42 additions and 9 deletions

View File

@ -210,6 +210,7 @@ export default function CaseRoulette({
py: 3.5,
background:
'radial-gradient(circle at top, rgba(255,255,255,0.06), transparent 60%)',
overflow: 'clip',
}}
>
<Typography

View File

@ -210,7 +210,9 @@ export default function TopBar({ onRegister, username }: TopBarProps) {
}}
>
<CustomTooltip
title={'Покрути колесиком мыши чтобы увидеть больше кнопок'}
title={
'Покрути колесиком мыши чтобы увидеть остальные элементы меню'
}
arrow
placement="bottom"
TransitionProps={{ timeout: 100 }}