Skip to content

Commit

Permalink
Added Collapsable Sidebar with transition in src/app/hindi kannada, t…
Browse files Browse the repository at this point in the history
…amil
  • Loading branch information
sonisumit7904 committed Mar 19, 2024
1 parent dd72a87 commit 67544d4
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
8 changes: 8 additions & 0 deletions src/app/hindi-version/hindi-version.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<!-- Transition for Sidebar -->
<style>
.collapse-horizontal {
transition: width 1s, height 1s;
}
</style>

<header>
<nav class="level-nav d-grid gap-2 d-md-flex justify-content-md-end">
<!-- Sidebar Button to Collapse/Show -->
<button
type="button"
class="btn btn-light mx-2 btn-sm"
Expand Down
8 changes: 8 additions & 0 deletions src/app/kannada-version/kannada-version.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<!-- Transition for Sidebar -->
<style>
.collapse-horizontal {
transition: width 1s, height 1s;
}
</style>

<header>
<nav class="level-nav d-grid gap-2 d-md-flex justify-content-md-end">
<!-- Sidebar Button to Collapse/Show -->
<button
type="button"
class="btn btn-light mx-2 btn-sm"
Expand Down
10 changes: 9 additions & 1 deletion src/app/tamil-version/tamil-version.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<!-- Transition for Sidebar -->
<style>
.collapse-horizontal {
transition: width 1s, height 1s;
}
</style>

<header>
<nav class="level-nav d-grid gap-2 d-md-flex justify-content-md-end">
<!-- Sidebar Button to Collapse/Show -->
<button
type="button"
class="btn btn-light mx-2 btn-sm"
Expand Down Expand Up @@ -191,4 +199,4 @@ <h2 class="accordion-header">
/></a>
<!-- End of CuterCounter Code -->
<div>Device Id: {{ this.getFingerPrintJsId() }}</div>
</footer>
</footer>

0 comments on commit 67544d4

Please sign in to comment.