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 34957a9 commit 71406c3
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
<link rel="manifest" href="/manifest.webmanifest" />
</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 @@ -353,10 +353,8 @@ <h2 class="padding:5px_0px">Demo</h2>
<button
href="https://github.com/CoCreate-app/CoCreate-progress/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>

Expand Down

0 comments on commit 71406c3

Please sign in to comment.