Skip to content

Commit c23ff44

Browse files
authored
Merge pull request #9046 from kenjis/fix-debugbar-daisyUI
fix: DebugBar CSS for daisyUI
2 parents 17d47f1 + 77609b1 commit c23ff44

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

admin/css/debug-toolbar/toolbar.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
}
9696

9797
h2 {
98+
font-weight: bold;
9899
font-size: $base-size;
99100
margin: 0;
100101
padding: 5px 0 10px 0;
@@ -292,6 +293,8 @@
292293

293294
// The tabs container
294295
.tab {
296+
height: fit-content;
297+
text-align: left;
295298
bottom: 35px;
296299
display: none;
297300
left: 0;
@@ -306,6 +309,8 @@
306309

307310
// The "Timeline" tab
308311
.timeline {
312+
position: static;
313+
display: table;
309314
margin-left: 0;
310315
width: 100%;
311316

system/Debug/Toolbar/Views/toolbar.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
margin-right: 5px;
6161
}
6262
#debug-bar h2 {
63+
font-weight: bold;
6364
font-size: 16px;
6465
margin: 0;
6566
padding: 5px 0 10px 0;
@@ -213,6 +214,8 @@
213214
white-space: nowrap;
214215
}
215216
#debug-bar .tab {
217+
height: fit-content;
218+
text-align: left;
216219
bottom: 35px;
217220
display: none;
218221
left: 0;
@@ -225,6 +228,8 @@
225228
z-index: 9999;
226229
}
227230
#debug-bar .timeline {
231+
position: static;
232+
display: table;
228233
margin-left: 0;
229234
width: 100%;
230235
}

0 commit comments

Comments
 (0)