mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-04 07:47:10 +01:00 
			
		
		
		
	Menubar aesthethics
This commit is contained in:
		@@ -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;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -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 %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user