mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
Header bar tweaks
This commit is contained in:
1
dist/js/ionic.js
vendored
1
dist/js/ionic.js
vendored
@ -2943,7 +2943,6 @@ window.ionic = {
|
||||
title.style.left = margin + 'px';
|
||||
title.style.right = margin + 'px';
|
||||
|
||||
console.log(title.offsetWidth, title.scrollWidth);
|
||||
if(title.offsetWidth < title.scrollWidth) {
|
||||
title.style.textAlign = 'left';
|
||||
title.style.right = (rightWidth + 5) + 'px';
|
||||
|
||||
Reference in New Issue
Block a user