1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-24 10:12:54 +02:00

TWeak mini

This commit is contained in:
Barry vd. Heuvel
2024-03-19 09:42:19 +01:00
parent f5c3f7c1d9
commit 4e7f1f1703

View File

@@ -490,7 +490,7 @@ if (typeof(PhpDebugBar) == 'undefined') {
self.close();
});
this.$headerLeft = $('<div />').addClass(csscls('header-left')).appendTo(this.$header);
this.$headerRight = $('<div />').addClass(csscls('header-right'), csscls('mini-design')).appendTo(this.$header);
this.$headerRight = $('<div />').addClass(csscls('header-right')).addClass(csscls('mini-design')).appendTo(this.$header);
var $body = this.$body = $('<div />').addClass(csscls('body')).appendTo(this.$el);
this.recomputeBottomOffset();