Skip to content

Commit

Permalink
split the debugbar in two parts if screen is too small
Browse files Browse the repository at this point in the history
  • Loading branch information
julienbourdeau committed Mar 30, 2024
1 parent b5ce414 commit 0a949e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/Debugbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,10 @@ const setActiveTab = (tab) => {
<div
id="debubgbar-header"
ref="header"
class="flex px-1 items-center justify-between bg-stone-100 border-b-2 border-stone-300"
class="flex flex-wrap px-1 items-center justify-end bg-stone-100 border-b-2 border-stone-300"
>
<!-- Left -->
<div>
<div class="grow">
<div class="flex">
<div class="p-1 pt-1.5">
<ruby-logo />
Expand Down

0 comments on commit 0a949e5

Please sign in to comment.