Skip to content

Commit

Permalink
[BootstrapAdminUi] Adjustments for mobile (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 authored Nov 8, 2024
2 parents c4d468b + 2e29ca9 commit a1e6644
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="row mt-3">
<div class="row mt-3 row-gap-2">
{% hook 'title_block' %}
</div>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<header class="navbar d-print-none">
<div class="container-xl d-flex">
<div class="container-xl d-flex gap-2 flex-nowrap">
{% hook 'sylius_admin.common.component.navbar' with { _prefixes: [] } %}
</div>
</header>
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="nav align-items-center gap-3">
<div class="nav align-items-center gap-3 flex-nowrap flex-shrink-0">
{% hook 'items' %}
</div>
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div id="navbar-menu">
<div class="flex-shrink-1" id="navbar-menu">
{% hook 'menu' %}
</div>

0 comments on commit a1e6644

Please sign in to comment.