mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-16 21:10:03 -04:00
Fixed More Menu
I did a dumb mistake
This commit is contained in:
parent
f4f21fdc75
commit
fe6d8a63a0
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue