diff --git a/js/client.js b/js/client.js index 49cc97a96..dd437b18d 100644 --- a/js/client.js +++ b/js/client.js @@ -1790,7 +1790,7 @@ var offset = $lastLi.offset(); var width = $lastLi.outerWidth(); if (offset.top >= 37 || offset.left + width > $(window).width() - 165) { - this.$tabbar.append('
'); + this.$tabbar.append('
'); } if (app.rooms['']) app.rooms[''].updateRightMenu(); diff --git a/style/client.css b/style/client.css index 5e564172c..cc92b913b 100644 --- a/style/client.css +++ b/style/client.css @@ -176,11 +176,12 @@ a.subtle:hover { right: 0; z-index: 12; } -.maintabbar .overflow button { - height: 36px; - width: 29px; +.maintabbar .overflow .button { + height: 37px; + width: 32px; font-size: 12pt; margin: 0; + border-radius: 0; } .button {