mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	Add logo to sidenav
This commit is contained in:
		@@ -5,7 +5,6 @@
 | 
			
		||||
      <a href="#" data-target="sidenav" class="sidenav-trigger"><i class="material-icons">menu</i></a>
 | 
			
		||||
      {% endif %}
 | 
			
		||||
      <a href="{{ url_for('main.index') }}" class="brand-logo" style="height: 100%; overflow: hidden;">
 | 
			
		||||
        <img class="hide-on-small-only" src="{{ url_for('static', filename='images/nopaque_-_logo_name_slogan.svg') }}" style="height: 128px; margin-top: -32px; margin-left: -32px;">
 | 
			
		||||
        <img class="hide-on-med-and-up" src="{{ url_for('static', filename='images/nopaque_-_logo.svg') }}" style="height: 128px; margin-top: -32px; margin-left: -32px;">
 | 
			
		||||
      </a>
 | 
			
		||||
      <ul class="right hide-on-med-and-down">
 | 
			
		||||
 
 | 
			
		||||
@@ -1,14 +1,12 @@
 | 
			
		||||
<ul class="sidenav sidenav-fixed" id="sidenav">
 | 
			
		||||
  <li>
 | 
			
		||||
    <div class="user-view">
 | 
			
		||||
      <div class="background primary-color"></div>
 | 
			
		||||
  <li class="primary-color hide-on-small-only">
 | 
			
		||||
    <div style="overflow: hidden;height: 64px; width: 250px;">
 | 
			
		||||
      <img class="hide-on-small-only" src="{{ url_for('static', filename='images/nopaque_-_logo_name_slogan.svg') }}" style="height: 128px; margin-top: -32px;">
 | 
			
		||||
    </div>
 | 
			
		||||
  </li>
 | 
			
		||||
  {# <li class="primary-color">
 | 
			
		||||
    <div style="overflow: hidden;height: 64px; width: 250px;">
 | 
			
		||||
      <img class="hide-on-small-only" src="{{ url_for('static', filename='images/nopaque_-_logo_name_slogan.svg') }}" style="height: 128px; margin-top: -32px; margin-left: ;">
 | 
			
		||||
    </div>
 | 
			
		||||
  </li> #}
 | 
			
		||||
  <li class="primary-variant-color center-align hide-on-small-only">
 | 
			
		||||
    <span class="white-text">from text > to data > to analysis</span>
 | 
			
		||||
  </li>
 | 
			
		||||
  <li><a href="{{ url_for('main.index') }}"><i class="material-icons left">home</i>nopaque</a></li>
 | 
			
		||||
  <li>
 | 
			
		||||
    <a class="waves-effect" href="{{ url_for('main.news') }}"><i class="material-icons left">email</i>News</a>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user