Compare commits
4 Commits
5359a0a5e2
...
be7831b42e
| Author | SHA1 | Date | |
|---|---|---|---|
| be7831b42e | |||
| 80ab2afdbb | |||
| 3e0c9c14a2 | |||
| d2f62ff549 |
@@ -1,111 +0,0 @@
|
|||||||
/* Scoped mobile header fixes for MandelBlog Studio.
|
|
||||||
Keep changes local to the Carbasa mega header to avoid desktop regressions. */
|
|
||||||
|
|
||||||
@media (max-width: 991.98px) {
|
|
||||||
header.mega_header .header-inner .container {
|
|
||||||
flex-wrap: nowrap;
|
|
||||||
align-items: center;
|
|
||||||
padding-top: 0.5rem;
|
|
||||||
padding-bottom: 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
header.mega_header .header-inner .navbar-brand {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
position: relative;
|
|
||||||
z-index: 30;
|
|
||||||
}
|
|
||||||
|
|
||||||
header.mega_header .header-inner .navbar-brand .logo.big_brand img,
|
|
||||||
header.mega_header .header-inner .navbar-brand .logo img {
|
|
||||||
max-height: 36px;
|
|
||||||
width: auto;
|
|
||||||
height: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
header.mega_header .header-inner .header-right {
|
|
||||||
padding-left: 0;
|
|
||||||
margin-left: auto;
|
|
||||||
gap: 0.5rem;
|
|
||||||
position: relative;
|
|
||||||
z-index: 30;
|
|
||||||
}
|
|
||||||
|
|
||||||
header.mega_header .header-inner .header-right .user-button {
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
header.mega_header .header-inner .navbar-toggler {
|
|
||||||
position: static;
|
|
||||||
inset: auto;
|
|
||||||
width: 42px;
|
|
||||||
height: 42px;
|
|
||||||
margin: 0 0 0 0.5rem;
|
|
||||||
box-shadow: none;
|
|
||||||
background: #fff;
|
|
||||||
border: 1px solid rgba(15, 23, 42, 0.12);
|
|
||||||
z-index: 35;
|
|
||||||
}
|
|
||||||
|
|
||||||
header.mega_header .header-inner #navbarSupportedContent.show {
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
right: 0;
|
|
||||||
bottom: 0;
|
|
||||||
height: 100vh;
|
|
||||||
width: 100%;
|
|
||||||
overflow: auto;
|
|
||||||
background: #fff;
|
|
||||||
padding: 5.25rem 1.25rem 6rem;
|
|
||||||
z-index: 40;
|
|
||||||
}
|
|
||||||
|
|
||||||
header.mega_header .header-inner #navbarSupportedContent.show ~ .header-right {
|
|
||||||
opacity: 0;
|
|
||||||
visibility: hidden;
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
header.mega_header .header-inner #navbarSupportedContent .brand-wrapper {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
header.mega_header .header-inner #navbarSupportedContent .navbar-nav {
|
|
||||||
width: 100%;
|
|
||||||
align-items: stretch;
|
|
||||||
gap: 0.25rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
header.mega_header .header-inner #navbarSupportedContent .navbar-nav > li {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
header.mega_header .header-inner #navbarSupportedContent .navbar-nav > li > a.nav-link,
|
|
||||||
header.mega_header .header-inner #navbarSupportedContent .navbar-nav > li > a.toggler.nav-link {
|
|
||||||
display: flex;
|
|
||||||
width: 100%;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: space-between;
|
|
||||||
padding: 0.85rem 0.25rem;
|
|
||||||
font-size: 1.1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
header.mega_header .header-inner #navbarSupportedContent .dropdown-menu {
|
|
||||||
position: static;
|
|
||||||
float: none;
|
|
||||||
width: 100%;
|
|
||||||
border: 0;
|
|
||||||
padding: 0.25rem 0 0.75rem;
|
|
||||||
margin: 0;
|
|
||||||
background: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
header.mega_header .header-inner #navbarSupportedContent .dropdown-menu .nav-link {
|
|
||||||
justify-content: flex-start;
|
|
||||||
padding: 0.6rem 0.25rem;
|
|
||||||
font-size: 1rem;
|
|
||||||
opacity: 0.9;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@@ -15,8 +15,6 @@
|
|||||||
{{ block.super }}
|
{{ block.super }}
|
||||||
{# Ensure Carbasa webshop styling is present so responsive header/footer render correctly. #}
|
{# Ensure Carbasa webshop styling is present so responsive header/footer render correctly. #}
|
||||||
<link rel="stylesheet" type="text/x-scss" href="{% static 'carbasa/webshop_base.scss' %}">
|
<link rel="stylesheet" type="text/x-scss" href="{% static 'carbasa/webshop_base.scss' %}">
|
||||||
{# Project-scoped header mobile fixes (plain CSS to avoid SCSS compilation at runtime). #}
|
|
||||||
<link rel="stylesheet" href="{% static 'mandelstudio/header_mobile.css' %}">
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block extrahead %}
|
{% block extrahead %}
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ trap 'rm -f "$TMP_FILE" "$TMP_DEBUG"' EXIT
|
|||||||
|
|
||||||
REMOTE_DEBUG_CMD="cd '${STAGING_AUDIT_PROJECT_DIR}' && '${STAGING_AUDIT_MANAGE}' shell -c \"\
|
REMOTE_DEBUG_CMD="cd '${STAGING_AUDIT_PROJECT_DIR}' && '${STAGING_AUDIT_MANAGE}' shell -c \"\
|
||||||
from django.template.loader import get_template; \
|
from django.template.loader import get_template; \
|
||||||
from django.template import Context; \
|
|
||||||
import pathlib; \
|
import pathlib; \
|
||||||
import os; \
|
import os; \
|
||||||
import mandelstudio; \
|
import mandelstudio; \
|
||||||
@@ -31,13 +30,6 @@ t1=get_template('carbasa/headers/header.html'); \
|
|||||||
t2=get_template('engine/pages/base_home_page.html'); \
|
t2=get_template('engine/pages/base_home_page.html'); \
|
||||||
print('carbasa/headers/header.html -> ' + getattr(getattr(t1,'origin',None),'name','(no origin)')); \
|
print('carbasa/headers/header.html -> ' + getattr(getattr(t1,'origin',None),'name','(no origin)')); \
|
||||||
print('engine/pages/base_home_page.html -> ' + getattr(getattr(t2,'origin',None),'name','(no origin)')); \
|
print('engine/pages/base_home_page.html -> ' + getattr(getattr(t2,'origin',None),'name','(no origin)')); \
|
||||||
try: \
|
|
||||||
t3=get_template('layout.html'); \
|
|
||||||
t3.render(Context({'request': None})); \
|
|
||||||
print('render_layout_ok=True'); \
|
|
||||||
except Exception as exc: \
|
|
||||||
print('render_layout_ok=False'); \
|
|
||||||
print('render_layout_error=' + repr(exc)); \
|
|
||||||
\""
|
\""
|
||||||
|
|
||||||
REMOTE_CMD="cd '${STAGING_AUDIT_PROJECT_DIR}' && '${STAGING_AUDIT_MANAGE}' audit_locales --format=json"
|
REMOTE_CMD="cd '${STAGING_AUDIT_PROJECT_DIR}' && '${STAGING_AUDIT_MANAGE}' audit_locales --format=json"
|
||||||
|
|||||||
Reference in New Issue
Block a user