remove hardcoded logo height
Signed-off-by: Maurice Preuß (envoyr) <envoyr@froxlor.org>
This commit is contained in:
@@ -3,6 +3,10 @@
|
|||||||
@import "~@fortawesome/fontawesome-free/css/all";
|
@import "~@fortawesome/fontawesome-free/css/all";
|
||||||
|
|
||||||
// Generic
|
// Generic
|
||||||
|
.header-logo {
|
||||||
|
height: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
.form-control-plaintext {
|
.form-control-plaintext {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<a class="navbar-brand me-0 {% if block('heading') %}shadow-sm{% endif %}" href="{{ linker({'section': 'index'}) }}">
|
<a class="navbar-brand me-0 {% if block('heading') %}shadow-sm{% endif %}" href="{{ linker({'section': 'index'}) }}">
|
||||||
<img src="{{ header_logo }}" alt="" width="auto" height="24" class="d-inline-block align-text-top ms-md-3">
|
<img src="{{ header_logo }}" alt="logo" class="header-logo d-inline-block align-text-top ms-md-3">
|
||||||
</a>
|
</a>
|
||||||
<div class="order-0 order-md-1 d-flex flex-grow-0 flex-md-grow-1" id="navbar">
|
<div class="order-0 order-md-1 d-flex flex-grow-0 flex-md-grow-1" id="navbar">
|
||||||
<ul class="navbar-nav ms-md-auto me-3 me-lg-5">
|
<ul class="navbar-nav ms-md-auto me-3 me-lg-5">
|
||||||
|
|||||||
Reference in New Issue
Block a user