M: Minor UI fix for small screens

This commit is contained in:
Ivan 2024-12-03 19:35:45 +03:00
parent 2d3bc56776
commit a6ef6bc045
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ function ToolbarConstituenta({
return (
<Overlay
position='cc-tab-tools right-1/2 translate-x-1/2 xs:right-4 xs:translate-x-0 md:right-1/2 md:translate-x-1/2'
className='cc-icons outline-none transition-all duration-500'
className='cc-icons outline-none transition-all duration-500 cc-blur px-1 rounded-b-2xl'
>
{controller.schema && controller.schema?.oss.length > 0 ? (
<MiniSelectorOSS

View File

@ -206,7 +206,7 @@
}
.cc-tab-tools {
@apply top-[1.9rem] pt-1 right-1/2 translate-x-1/2;
@apply top-[1.7rem] pt-[0.4rem] pb-1 right-1/2 translate-x-1/2;
}
.cc-label {