Ignore:
Timestamp:
12/12/24 17:06:06 (5 weeks ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
d565449
Message:

Pred finalna verzija

Location:
imaps-frontend/src/components/SideBar
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/src/components/SideBar/SideBar.jsx

    rd565449 r0c6b92a  
    2424            </li>
    2525            <li>
    26               <Link to="/Maps">Maps</Link>
     26              <Link to="/Maps">Browse Maps</Link>
    2727            </li>
    2828            <li>
    29               <Link to="/Maps/FinkiMaps/Draw">Draw</Link>
     29              <Link to="/myMaps">My Maps</Link>
    3030            </li>
    3131          </ul>
  • imaps-frontend/src/components/SideBar/SideBar.module.css

    rd565449 r0c6b92a  
    9090  top: 0;
    9191  left: 0;
    92   width: 100%;
    93   height: 100%;
     92  width: 100vw;
     93  height: 100vh;
    9494  background-color: rgba(0, 0, 0, 0.4);
    95   z-index: 900;
     95  z-index: 100;
    9696}
Note: See TracChangeset for help on using the changeset viewer.