Skip to content

Commit

Permalink
fix: update nav, edit button and css path
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Nov 23, 2023
1 parent 00b029d commit a457eac
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions docs/index.html
Expand Up @@ -28,7 +28,7 @@
type="text/css" />
<link
rel="stylesheet"
href="/docs/index.css"
href="../index.css"
array="files"
object="60888216117c640e7596303f"
key="src"
Expand All @@ -38,15 +38,15 @@
</head>

<body>
<!-- Navbar -->
<nav
class="nav display:flex align-items:center left:0px background:whitesmoke padding-top:10px padding-bottom:10px"
class="width:100% display:flex align-items:center background:transparent padding-top:10px padding-bottom:10px"
content_id="content"
scroll="sticky-nav,hide-nav"
scroll-up="10"
scroll-down="10"
array="files"
object="60395ef42b3ac232657040fd"
key="src"></nav>
scroll="sticky-nav,"
scroll-up="5"
scroll-down="5"
path="../"
src="../components/navbar.html"></nav>
<sidenav
id="menuL"
class="position:fixed top:0px left:0px overflow:hidden background:whitesmoke height:100vh width:0px width:300px@xl"
Expand Down Expand Up @@ -349,10 +349,8 @@ <h2 class="padding:5px_0px">Demo</h2>
<button
href="https://github.com/CoCreate-app/CoCreate-linkedin/tree/master/docs/index.html?message=docs%3A%20describe%20your%20change..."
target="_blank"
class="position:fixed bottom:15px right:15px padding:15px background:dodgerblue color:#fff font-size:1.5rem grow-hover border-radius:50% border-width:0 box-shadow:0px_2px_10px_0px_rgba(0,_0,_0,_0.4)">
<i
class="height:20px fill:#505050"
src="/assets/svg/pencil-alt.svg"></i>
class="display:flex justify-content:center align-items:center position:fixed bottom:15px right:15px height:50px width:50px border-radius:50% box-shadow:0px_2px_10px_0px_rgba(0,_0,_0,_0.4)">
<i class="height:20px" src="../assets/svg/pencil-alt.svg"></i>
</button>
</main>
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
Expand Down

0 comments on commit a457eac

Please sign in to comment.