Skip to content

Commit

Permalink
Merge pull request #9046 from kenjis/fix-debugbar-daisyUI
Browse files Browse the repository at this point in the history
fix: DebugBar CSS for daisyUI
  • Loading branch information
kenjis authored Jul 17, 2024
2 parents 17d47f1 + 77609b1 commit c23ff44
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions admin/css/debug-toolbar/toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
}

h2 {
font-weight: bold;
font-size: $base-size;
margin: 0;
padding: 5px 0 10px 0;
Expand Down Expand Up @@ -292,6 +293,8 @@

// The tabs container
.tab {
height: fit-content;
text-align: left;
bottom: 35px;
display: none;
left: 0;
Expand All @@ -306,6 +309,8 @@

// The "Timeline" tab
.timeline {
position: static;
display: table;
margin-left: 0;
width: 100%;

Expand Down
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 c23ff44

Please sign in to comment.