mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 01:44:34 +08:00
Merge pull request #5623 from aignatov-bio/ai-sci-8329-fix-logo-size
Fix logo size [SCI-8329]
This commit is contained in:
commit
411e62b2bd
2 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
|||
}
|
||||
|
||||
.logo {
|
||||
max-height: 22px;
|
||||
max-height: 36px;
|
||||
|
||||
&.small {
|
||||
display: none;
|
||||
|
|
|
@ -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| %>
|
||||
|
|
Loading…
Reference in a new issue