mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-01 12:38:30 +08:00
Fix logo size [SCI-8329]
This commit is contained in:
parent
2df9367b01
commit
58c17b1b00
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