Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ZsoltMONOLITE authored Dec 2, 2023
1 parent dd050d7 commit c71e2d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,16 @@
height: 100%;
width: 100%;
}
<div id="sidebar" class="sidebar">
#sidebar-content, #sidebar-title {
word-break: break-word;
margin-right: 40px;
}
<div id="sidebar-names">
<input class="names-search" placeholder="Search names" />
<ul class="names-list"></ul>
</div>
</div>
</style>
</head>
<body>
Expand All @@ -31,4 +37,5 @@
<script src="js/papaparse.min.js"></script>
<script src="main.js"></script>
</body>

</html>

0 comments on commit c71e2d0

Please sign in to comment.