fix: tweak style config for home link app title in main menu
putting the gap/margin in base css so another template can override
This commit is contained in:
parent
8bcb556abb
commit
f502bf1ba3
|
@ -124,9 +124,11 @@
|
|||
}
|
||||
% endif
|
||||
|
||||
## nb. this refers to the "menu-sized" app title in far left of main menu
|
||||
## nb. this refers to the "home link" app title, next to small
|
||||
## header logo in top left of screen
|
||||
#navbar-brand-title {
|
||||
font-weight: bold;
|
||||
margin-left: 0.3rem;
|
||||
}
|
||||
|
||||
#header-index-title {
|
||||
|
@ -299,7 +301,7 @@
|
|||
<%def name="render_navbar_brand()">
|
||||
<div class="navbar-brand">
|
||||
<a class="navbar-item" href="${url('home')}">
|
||||
<div style="display: flex; gap: 0.3rem; align-items: center;">
|
||||
<div style="display: flex; align-items: center;">
|
||||
${base_meta.header_logo()}
|
||||
<div id="navbar-brand-title">
|
||||
${base_meta.global_title()}
|
||||
|
|
Loading…
Reference in a new issue