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