upd
This commit is contained in:
@@ -40,7 +40,7 @@ const ComplexTopPanel = () => {
|
||||
if (isSidebar) {
|
||||
setIsSidebar(false);
|
||||
} else {
|
||||
navigate(-1);
|
||||
navigate("/");
|
||||
}
|
||||
};
|
||||
|
||||
@@ -61,13 +61,13 @@ const ComplexTopPanel = () => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="absolute top-0 w-screen z-20 select-none pointer-events-none">
|
||||
<div className="absolute top-0 z-20 w-screen pointer-events-none select-none">
|
||||
<img src="../images/top_shadow.png" className="w-screen" alt="" />
|
||||
</div>
|
||||
<div
|
||||
className={`absolute top-[62px] left-0 z-20 w-full p-4 grid grid-cols-12 select-none touch-none pointer-events-none`}
|
||||
>
|
||||
<div className="flex gap-2 sm:col-span-5 col-span-7">
|
||||
<div className="flex col-span-7 gap-2 sm:col-span-5">
|
||||
<Button
|
||||
icon={<LeftArrowSliderIcon />}
|
||||
buttonType="cta"
|
||||
@@ -81,7 +81,7 @@ const ComplexTopPanel = () => {
|
||||
onClick={handleOnFiltersClick}
|
||||
/> */}
|
||||
<Button
|
||||
className="lg:hidden flex"
|
||||
className="flex lg:hidden"
|
||||
icon={<FilterIcon />}
|
||||
buttonType="primary"
|
||||
text="Filters"
|
||||
@@ -94,7 +94,7 @@ const ComplexTopPanel = () => {
|
||||
onClick={handleOnAboutComplexClick}
|
||||
/>
|
||||
</div>
|
||||
<div className="flex flex-col sm:col-start-6 col-start-8 sm:col-span-4 col-span-4 text-white text-center items-start ">
|
||||
<div className="flex flex-col items-start col-span-4 col-start-8 text-center text-white sm:col-start-6 sm:col-span-4 ">
|
||||
<div
|
||||
className={`text-center duration-300 ease-in-out transition-opacity hidden sm:block ${
|
||||
isSidebar ? "opacity-0" : "opacity-100"
|
||||
@@ -108,7 +108,7 @@ const ComplexTopPanel = () => {
|
||||
</p> */}
|
||||
</div>
|
||||
</div>
|
||||
{/* <div className="flex gap-2 col-span-1 col-start-12 justify-end">
|
||||
{/* <div className="flex justify-end col-span-1 col-start-12 gap-2">
|
||||
{isFullscreen ? (
|
||||
<Button
|
||||
buttonType="fab"
|
||||
|
||||
Reference in New Issue
Block a user