Merge pull request #5623 from aignatov-bio/ai-sci-8329-fix-logo-size

Fix logo size [SCI-8329]
This commit is contained in:
aignatov-bio 2023-06-19 10:50:09 +02:00 committed by GitHub
commit 411e62b2bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@
}
.logo {
max-height: 22px;
max-height: 36px;
&.small {
display: none;

View file

@ -1,7 +1,7 @@
<div class="sci--layout--left-menu-container">
<div class="pl-2.5 mb-8 h-6">
<div class="pl-2.5 mb-8">
<a title="SciNote" href="/">
<%= image_tag "scinote_logo.svg", class: "h-full block" %>
<%= image_tag "scinote_logo.svg", class: "max-h-6 block" %>
</a>
</div>
<% left_menu_elements.each_with_index do |item, index| %>