Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I wish title-bar-title supports writing menus in responsive as it does in normal desktop view #12563

Open
BimoSora2 opened this issue Aug 3, 2023 · 0 comments

Comments

@BimoSora2
Copy link

BimoSora2 commented Aug 3, 2023

I wish title-bar-title supports writing menus in responsive as it does in normal desktop view
Screenshot pada 2023-08-03 20-56-51

      <div class="hidden-menu title-bar-right align-middle" data-responsive-toggle="responsive-menu" data-hide-for="medium">
        <button class="menu-icon float-right" type="button" data-toggle="responsive-menu"></button>
        <div class="top-bar-left margin-dropdown">
          <ul class="dropdown menu align-right profil-img simple" data-dropdown-menu>
            <li class="menu vertical">
              <a href="Post">
                <img src="img/post.png" title="Post"> </a>
            </li>
            <li class="menu vertical is-dropdown-submenu-parent">
              <a>
                <img src="img/pp.png" title="Event"> </a>
              <ul class="menu">
                <div class="large-12 medium-12 small-12 cell">
                <li>
                    <a href="event-1">
                      <img src="img/model.png" title="Event 1"> Event 1 </a>
                  </li>
                  <li>
                    <a href="event-2">
                      <img src="img/model.png" title="Event 2"> Event 2 </a>
                  </li>
                </div>
              </ul>
            </li>
          </ul>
        </div>
      </div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant