forked from MarseyWorld/MarseyWorld
much better solution to header overflow
parent
8bee948aa7
commit
94dd9efc93
|
@ -7512,7 +7512,6 @@ p { /* DO NOT REMOVE */
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
#hole-name {
|
#hole-name {
|
||||||
font-size: max(14px, 1.2vw);
|
font-size: max(14px, 1.2vw);
|
||||||
max-width: 25vw;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -83,7 +83,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="navbar navbar-expand-md navbar-light" id="navbar">
|
<div class="navbar navbar-expand-md navbar-light" id="navbar">
|
||||||
<div class="container-fluid" style="padding:0">
|
<div class="container-fluid" style="padding:0;flex-wrap: nowrap">
|
||||||
<a href="/" class="navbar-brand mr-auto {% if not has_logo and not hole %}flex-grow-1{% endif %}">
|
<a href="/" class="navbar-brand mr-auto {% if not has_logo and not hole %}flex-grow-1{% endif %}">
|
||||||
{% if IS_DKD() %}
|
{% if IS_DKD() %}
|
||||||
{% set icon_url = macros.random_image('assets/events/DKD/images/icon') %}
|
{% set icon_url = macros.random_image('assets/events/DKD/images/icon') %}
|
||||||
|
@ -177,7 +177,7 @@
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<a class="mobile-nav-icon d-md-none" href="/notifications" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Notifications">
|
<a class="mobile-nav-icon unbreakable d-md-none" href="/notifications" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Notifications">
|
||||||
<i class="fas fa-bell align-middle text-gray-500 black"></i>
|
<i class="fas fa-bell align-middle text-gray-500 black"></i>
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue