Fixed More Menu

I did a dumb mistake
This commit is contained in:
TheEmeraldStarr 2020-09-18 10:33:33 -07:00
parent f4f21fdc75
commit fe6d8a63a0
2 changed files with 4 additions and 4 deletions

View file

@ -93,8 +93,8 @@
.header-dark .navbar .dropdown-menu .dropdown-item:focus,
.header-dark .navbar .dropdown-menu .dropdown-item {
line-height: 2;
height: 20%;
width: 20%;
height: 100%;
width: 100%;
font-size: 14px;
color: #37434d;
}

View file

@ -35,8 +35,8 @@
<li class="nav-item" role="presentation"><a class="nav-link" href="g.html">Gam<wbr>es</a></li>
<li class="nav-item" role="presentation"><a class="nav-link" href="/yt.html">YouT<wbr>ube</a></li>
<!-- More Menu -->
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" data-toggle="dropdown" aria-expanded="false" href="#">Mo<wbr>re</a>
<div class="dropdown-menu" role="menu" style="background-color: rgb(33,30,30);font-family: 'Titillium Web', sans-serif;"><a class="dropdown-item" role="presentation" href="/k.html" style="color: rgb(255,255,255);">Kr<wbr>unk<wbr>er</a><a class="dropdown-item" role="presentation" href="/c.html" style="color: rgb(255,255,255);">Cred<wbr>its</a></div>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" data-toggle="dropdown" aria-expanded="false" href="#">More</a>
<div class="dropdown-menu" role="menu" style="background-color: rgb(33,30,30);font-family: 'Titillium Web', sans-serif;"><a class="dropdown-item" role="presentation" href="/k.html" style="color: rgb(255,255,255);">Krunker</a><a class="dropdown-item" role="presentation" href="/c.html" style="color: rgb(255,255,255);">Credits</a></div>
</li>
<!-- Settings Menu -->
<li id="csel" class="nav-item dropdown"><a class="dropdown-toggle nav-link" data-toggle="dropdown" aria-expanded="false" href="#">Settings</a>