M: Minor UI fix for small screens
Some checks failed
Frontend CI / build (22.x) (push) Has been cancelled
Some checks failed
Frontend CI / build (22.x) (push) Has been cancelled
This commit is contained in:
parent
fc9d21d425
commit
a2615a9236
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user