Skip to content
Snippets Groups Projects
Commit c8baac95 authored by Richard Fernando Heise Ferreira's avatar Richard Fernando Heise Ferreira
Browse files

HOTFIX: content top space and sidebar

parent c83cc17a
No related branches found
No related tags found
No related merge requests found
Pipeline #38430 passed
......@@ -108,7 +108,7 @@ export default function Content({ name, inputFilter, searchPage }) {
filterState.searchClass != "User" ? (
<>
<div
className="ml-1 fixed max-sm:top-[88px] top-[168px] w-full
className="ml-1 fixed max-sm:top-[88px] top-[120px] w-full
bg-fundo
bg-repeat
bg-fixed"
......
......@@ -61,7 +61,7 @@ export default function Overlay({
<div
className={`flex flex-col ml-0 ${
openMenu ? "md:ml-64" : "md:ml-24"
} mt-[168px]`}
} mt-[120px]`}
>
{children}
</div>
......
......@@ -198,7 +198,7 @@ export default function SideBar({ setFilterState, filterState, openMenu }) {
</div>
{!openMenu && (
<div className="max-md:hidden ">
<div className="flex flex-col pt-2 items-strech gap-1 top-4 sm:top-[168px] start-0 overflow-y-auto p-2 bg-transparent w-24 text-white fixed h-full z-40 ease-in-out duration-300 ">
<div className="flex flex-col pt-2 items-strech gap-1 top-4 sm:top-[125px] start-0 overflow-y-auto p-2 bg-transparent w-24 text-white fixed h-full z-40 ease-in-out duration-300 ">
{acessoRapido.map((item, index) => {
return (
<Link
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment