mirror of
https://github.com/zoriya/RaccoonWebsite.git
synced 2026-06-04 19:16:01 +00:00
Remaking close navbar.
This commit is contained in:
@@ -22,8 +22,8 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="mobile-nav fixed-top navbar-dark collapse d-md-none" style="margin-top: 56px;">
|
<div class="fixed-top d-md-none navbar-dark" style="margin-top: 56px;">
|
||||||
<ul class="navbar-nav bg-primary">
|
<ul class="mobile-nav bg-primary collapse navbar-nav">
|
||||||
<li class="navbar-item active">
|
<li class="navbar-item active">
|
||||||
<a href="\" class="nav-link text-center">MusicApp</a>
|
<a href="\" class="nav-link text-center">MusicApp</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -37,6 +37,6 @@
|
|||||||
<a href="other" class="nav-link text-center">Other</a>
|
<a href="other" class="nav-link text-center">Other</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<div class="mobile-nav collapse fullHeight" data-toggle="collapse" data-target=".mobile-nav" style="background: none;"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- <div class="mobile-nav fixed-top d-md-none" style="height: 100vh; background: #ff0000;"></div> -->
|
|
||||||
@@ -10488,4 +10488,8 @@ h2 {
|
|||||||
-webkit-transition: all .2s ease-in-out;
|
-webkit-transition: all .2s ease-in-out;
|
||||||
transition: all .2s ease-in-out;
|
transition: all .2s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fullHeight {
|
||||||
|
height: 100vh;
|
||||||
|
}
|
||||||
/*# sourceMappingURL=custom.css.map */
|
/*# sourceMappingURL=custom.css.map */
|
||||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -105,4 +105,9 @@ h2
|
|||||||
{
|
{
|
||||||
transition: all .2s ease-in-out;
|
transition: all .2s ease-in-out;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.fullHeight
|
||||||
|
{
|
||||||
|
height: 100vh;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user