File tree Expand file tree Collapse file tree
system/Debug/Toolbar/Views Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9595 }
9696
9797 h2 {
98+ font-weight : bold ;
9899 font-size : $base-size ;
99100 margin : 0 ;
100101 padding : 5px 0 10px 0 ;
292293
293294 // The tabs container
294295 .tab {
296+ height : fit-content ;
297+ text-align : left ;
295298 bottom : 35px ;
296299 display : none ;
297300 left : 0 ;
306309
307310 // The "Timeline" tab
308311 .timeline {
312+ position : static ;
313+ display : table ;
309314 margin-left : 0 ;
310315 width : 100% ;
311316
Original file line number Diff line number Diff line change 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 ;
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 ;
225228 z-index : 9999 ;
226229}
227230# debug-bar .timeline {
231+ position : static;
232+ display : table;
228233 margin-left : 0 ;
229234 width : 100% ;
230235}
You can’t perform that action at this time.
0 commit comments