Skip to content

Commit

Permalink
fix: DebugBar CSS for daisyUI
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jul 11, 2024
1 parent 517aa33 commit a243171
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions system/Debug/Toolbar/Views/toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
margin-right: 5px;
}
#debug-bar h2 {
font-weight: bold;
font-size: 16px;
margin: 0;
padding: 5px 0 10px 0;
Expand Down Expand Up @@ -213,6 +214,8 @@
white-space: nowrap;
}
#debug-bar .tab {
height: fit-content;
text-align: left;
bottom: 35px;
display: none;
left: 0;
Expand All @@ -225,6 +228,8 @@
z-index: 9999;
}
#debug-bar .timeline {
position: static;
display: table;
margin-left: 0;
width: 100%;
}
Expand Down

0 comments on commit a243171

Please sign in to comment.