Always display top (control) bar

Created on 17 January 2024, 5 months ago
Updated 14 February 2024, 4 months ago

Problem/Motivation

https://www.drupal.org/project/navigation/issues/3402046#comment-15372504 Create the Top Bar Needs review

We added control bar but it displayed optional in backend.
But on mobile inside this control bar we have `Expand button`.
In cases when control bar not displayed we cannot open toolbar on mobile.

Temp button added there. We need to remove it after fix in this ticket.

{# Temporary bar for mobile. https://www.drupal.org/project/navigation/issues/3402046#comment-15402086 #}
<div class="temp-bar" style="padding: 20px">
  <style>
    @media (min-width: 64rem) {
      .temp-bar {
        padding: 20px;
        display: none;
      }
    }
  </style>
  <button aria-controls="admin-toolbar">{{ 'Expand sidebar'|t }}</button>
</div>

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

📌 Task
Status

Fixed

Version

1.0

Component

Code

Created by

🇷🇸Serbia finnsky

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024