Skip to content

Commit

Permalink
made sidebar text padding uniform
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrieb-ekat committed Oct 9, 2024
1 parent bc4b6bc commit c00dbc9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion download/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h1><a href="../index.html" class="button-link">IIIF Download</a></h1>
<!-- Left Sidebar with navigation tabs -->
<div id="sidebar">
<ul>
<li><a href="./cropper/">Cropper</a></li>
<!-- <li><a href="./cropper/">Cropper</a></li> -->
<li><a href="../index.html">Home</a></li>
<!-- Add more links as needed -->
</ul>
Expand Down
5 changes: 3 additions & 2 deletions download/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ html, body {
padding: 0;
}

/*left sidebar */
#sidebar {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 200px; /* Sidebar width */
background-color: #444; /* Darker grey for the sidebar */
padding-top: 20px;
padding-top: 70px;
}

#sidebar ul {
Expand Down Expand Up @@ -74,7 +75,7 @@ html, body {
height: 100%;
width: 200px; /* Width of the right sidebar */
background-color: #444; /* Darker grey for the right sidebar */
padding-top: 20px;
padding-top: 70px;
color: white; /* Text color for visibility */
}

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<h1><a href="index.html" class="button-link">IIIF One-stop</a></h1>
<p>You can clone me on <a href="https://github.com/kyrieb-ekat?tab=repositories">GitHub</a></p>
<ul>
<li><a href="./cropper/">Cropper</a></li>
<!-- <li><a href="./cropper/">Cropper</a></li> -->
<!-- <li><a href="./rotate/">Rotator</a></li> -->
<li><a href="./download/">Download</a></li>
<!-- <li><a href="./annotate/">Annotate</a></li> -->
Expand Down

0 comments on commit c00dbc9

Please sign in to comment.