@@ -227,7 +227,12 @@ div.phpdebugbar-header {
227227 text-shadow : 1px 1px # FFF ;
228228}
229229
230- div .phpdebugbar-header span .phpdebugbar-text , div .phpdebugbar-header > div > span > span {
230+ div .phpdebugbar-header span .phpdebugbar-text , div .phpdebugbar-header > div > span > span , div .phpdebugbar-header > div > span > i {
231+ display : inline-block;
232+ transform : translateY (-0.5px ) !important ;
233+ }
234+
235+ div .phpdebugbar-header > div > span > i .phpdebugbar-fa-code {
231236 transform : translateY (-1px ) !important ;
232237}
233238
@@ -266,19 +271,20 @@ a.phpdebugbar-restore-btn {
266271}
267272
268273div .phpdebugbar-header > div > * {
274+ padding : 5px 8px ;
269275 font-size : 13px ;
270- padding : 5 px ;
276+ height : 20 px ;
271277}
272278
273279div .phpdebugbar-header .phpdebugbar-tab {
274- padding : 5px 8px ;
275280 border-left : 1px solid # ddd ;
276281 display : flex;
277282 align-items : center;
283+ justify-content : center;
284+ min-width : 16px ;
278285}
279286
280287a .phpdebugbar-tab .phpdebugbar-tab-history {
281- height : 100% ;
282288 display : flex;
283289 justify-content : center;
284290 align-items : center;
@@ -294,7 +300,7 @@ div.phpdebugbar-header .phpdebugbar-header-left {
294300}
295301
296302div .phpdebugbar .phpdebugbar-header select {
297- margin : 0 ;
303+ margin : 0 4 px ;
298304 padding : 2px 3px 3px 3px ;
299305 border-radius : 3px ;
300306 width : auto;
@@ -315,7 +321,7 @@ dl.phpdebugbar-widgets-kvlist dd.phpdebugbar-widgets-value.phpdebugbar-widgets-p
315321}
316322
317323dl .phpdebugbar-widgets-kvlist dt {
318- width : 25% ;
324+ width : calc ( 25% - 10 px ) ;
319325}
320326
321327dl .phpdebugbar-widgets-kvlist dd {
@@ -483,9 +489,9 @@ a.phpdebugbar-open-btn:hover {
483489 /* transition: background-color .25s linear 0s, color .25s linear 0s; */
484490}
485491
486- a .phpdebugbar-minimize-btn ,
487- a . phpdebugbar-maximize-btn {
488- width : 28 px !important ;
492+ a .phpdebugbar-close-btn , a . phpdebugbar-open-btn , a . phpdebugbar- minimize-btn , a . phpdebugbar-maximize-btn , a . phpdebugbar-tab . phpdebugbar-tab-history {
493+ min-width : 14 px ;
494+ height : 20 px ;
489495}
490496
491497a .phpdebugbar-tab .phpdebugbar-active {
@@ -776,11 +782,7 @@ ul.phpdebugbar-widgets-cache a.phpdebugbar-widgets-forget {
776782 line-height : 1.25rem ;
777783}
778784
779- a .phpdebugbar-tab i {
780- line-height : 20px ;
781- }
782-
783- div .phpdebugbar-mini-design a .phpdebugbar-tab {
785+ div .phpdebugbar-mini-design div .phpdebugbar-header-left a .phpdebugbar-tab {
784786 border-right : none;
785787}
786788
@@ -791,14 +793,16 @@ div.phpdebugbar-header-right {
791793 flex-wrap : wrap;
792794}
793795
794- div .phpdebugbar-header-right > a {
795- height : 20px ;
796- background-position : center;
796+ div .phpdebugbar-header-right > * {
797+ border-right : 1px solid # ddd ;
798+ }
799+
800+ div .phpdebugbar-header-right > * : first-child {
801+ border-right : 0 ;
797802}
798803
799- div .phpdebugbar-header-right .phpdebugbar-indicator > i .phpdebugbar-fa {
800- vertical-align : baseline;
801- margin-top : 2px ;
804+ div .phpdebugbar-header-right a .phpdebugbar-tab .phpdebugbar-tab-history {
805+ border-left : 0 ;
802806}
803807
804808div .phpdebugbar-panel [data-collector = "__datasets" ] {
0 commit comments