Menubar aesthethics

This commit is contained in:
Jeremy Zhang 2017-05-10 23:43:13 +00:00
parent ffd95f85ad
commit 98fc4140f4
2 changed files with 8 additions and 6 deletions

View File

@ -25,7 +25,7 @@ nav {
@media only screen and (max-width: 992px) {
nav .brand-logo {
left: 10%;
left: 5%;
}
}
@ -65,8 +65,7 @@ nav {
.betatag {
font-variant: small-caps;
font-size: 25px;
font-size: 20px;
border-radius: 50px;
border: 2px solid #37474f;
color: #eceff1;
}

View File

@ -28,10 +28,13 @@
<nav>
<div class="nav-wrapper container">
<a href="/" class="brand-logo"><img src="{{ url_for('static', filename='img/titanembeds_shield.png') }}" /><span class="hide-on-med-and-down"><b class="align-top">Titan</b><span class="align-top">Embeds</span> <span class="betatag align-top">BETA</span></span></a>
<a href="/" class="brand-logo"><img src="{{ url_for('static', filename='img/titanembeds_shield.png') }}" /><span class="hide-on-med-and-down"><strong class="align-top">Titan</strong><span class="align-top">Embeds</span> <span class="betatag align-top">BETA</span></span></a>
<ul id="nav-mobile" class="right">
<li><a href="#" class="waves-effect btn z-depth-3">About</a></li>
<li><a href="{{url_for("embed.guild_embed", guild_id="295085744249110529")}}" class="waves-effect btn z-depth-3">Visit Us!</a></li>
<li><a href="#" class="waves-effect hide-on-large-only">About</a></li>
<li><a href="#" class="waves-effect btn z-depth-3 hide-on-med-and-down">About</a></li>
<li><a href="{{url_for("embed.guild_embed", guild_id="295085744249110529")}}" class="waves-effect hide-on-large-only">Visit Us!</a></li>
<li><a href="{{url_for("embed.guild_embed", guild_id="295085744249110529")}}" class="waves-effect btn z-depth-3 hide-on-med-and-down">Visit Us!</a></li>
{% if session['unauthenticated'] is defined and not session['unauthenticated'] %}
<li><a id="menu_drop" data-activates="menu_dropdown" class="waves-effect btn z-depth-3 btn-floating dropdown-button avatar_menu" style='background-image: url(" {{ session['avatar'] }} ")'></a></li>
{% else %}